class MethodModel

Defined in:

miniparsers/java.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def annotations : Hash(String, AnnotationModel) #

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

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

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

[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]
def tokens : Array(Token) #

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

[View source]