class ClassModel
- ClassModel
- Reference
- Object
Defined in:
miniparsers/java.crConstructors
Instance Method Summary
- #annotations : Hash(String, AnnotationModel)
- #annotations=(annotations : Hash(String, AnnotationModel))
- #fields : Hash(String, FieldModel)
- #fields=(fields : Hash(String, FieldModel))
- #methods : Hash(String, MethodModel)
- #methods=(methods : Hash(String, MethodModel))
- #name : String
- #name=(name : String)
- #tokens : Array(Token)
- #tokens=(tokens : Array(Token))
Constructor Detail
def self.new(annotations : Hash(String, AnnotationModel), name : String, fields : Hash(String, FieldModel), methods : Hash(String, MethodModel), tokens : Array(Token))
#