Package net.binis.codegen.compiler
Class CGBlock
java.lang.Object
net.binis.codegen.compiler.base.JavaCompilerObject
net.binis.codegen.compiler.CGTree
net.binis.codegen.compiler.CGStatement
net.binis.codegen.compiler.CGBlock
-
Field Summary
Fields inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
cls, context, env, instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()protected <T extends JavaCompilerObject>
voidonStatsModify(CGList<T> list) static ClasstheClass()Methods inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
getCls, getContext, getInstance, is, toName, toString
-
Constructor Details
-
CGBlock
-
-
Method Details
-
theClass
-
getStatements
-
onStatsModify
-
init
protected void init()- Overrides:
initin classCGStatement
-