Package net.binis.codegen.compiler
Class CGMethodDeclaration
java.lang.Object
net.binis.codegen.compiler.base.JavaCompilerObject
net.binis.codegen.compiler.CGDeclaration
net.binis.codegen.compiler.CGMethodDeclaration
-
Field Summary
FieldsFields inherited from class net.binis.codegen.compiler.CGDeclaration
modifiersFields inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
cls, context, env, instance -
Constructor Summary
ConstructorsConstructorDescriptionCGMethodDeclaration(Trees trees, Element element) CGMethodDeclaration(Object instance) -
Method Summary
Modifier and TypeMethodDescriptionstatic CGMethodDeclarationgetBody()protected voidinit()booleanstatic ClasstheClass()Methods inherited from class net.binis.codegen.compiler.CGDeclaration
getDefs, getModifiers, getName, getSymbol, isFinal, isPrivate, isProtected, isPublic, isStatic, onDefsModifyMethods inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
getCls, getContext, getInstance, getPos, getType, is, setPos, toName, toString
-
Field Details
-
params
-
-
Constructor Details
-
CGMethodDeclaration
-
CGMethodDeclaration
-
-
Method Details
-
theClass
-
create
-
getParameters
-
init
protected void init()- Specified by:
initin classJavaCompilerObject
-
isConstructor
public boolean isConstructor() -
getBody
-
getReturnType
-