Package net.binis.codegen.compiler
Class CGVariableDecl
java.lang.Object
net.binis.codegen.compiler.base.JavaCompilerObject
net.binis.codegen.compiler.CGDeclaration
net.binis.codegen.compiler.CGVariableDecl
-
Field Summary
Fields inherited from class net.binis.codegen.compiler.CGDeclaration
modifiersFields inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
cls, context, env, instance -
Constructor Summary
ConstructorsConstructorDescriptionCGVariableDecl(Trees trees, Element element) CGVariableDecl(Object instance) -
Method Summary
Modifier and TypeMethodDescriptionstatic CGVariableDeclprotected voidinit()static 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
-
Constructor Details
-
CGVariableDecl
-
CGVariableDecl
-
-
Method Details
-
create
-
getVariableType
-
getFullVariableType
-
getVarType
-
theClass
-
getInitializer
-
init
protected void init()- Specified by:
initin classJavaCompilerObject
-