Package com.iizigo.java.parser.type
Class IzMethodDeclaration
java.lang.Object
com.iizigo.java.parser.type.IzMethodDeclaration
Method declaration class.
- Author:
- Christopher Mindus
Field Summary
FieldsModifier and TypeFieldDescriptionfinal IMethodThe method, null when loaded from XML.final MethodDeclarationThe method declaration.final StringThe name, null for constructors.final StringThe Simple Signature.final IzTypeDeclarationThe class declaring this method.Method Summary
Field Details
type
The class declaring this method.name
The name, null for constructors.signature
The Simple Signature.method
The method, null when loaded from XML.methodDeclaration
The method declaration.