class KotlinParser::MethodModel

Overview

Class to model parsed methods

Defined in:

miniparsers/kotlin.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, params : Array(Array(Token)), annotations : Hash(String, KotlinParser::AnnotationModel)) #

[View source]

Instance Method Detail

def annotations : Hash(String, AnnotationModel) #

[View source]
def annotations=(annotations : Hash(String, AnnotationModel)) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def params : Array(Array(Token)) #

[View source]
def params=(params : Array(Array(Token))) #

[View source]