Package net.binis.codegen.compiler
Class CGSymtab
java.lang.Object
net.binis.codegen.compiler.base.JavaCompilerObject
net.binis.codegen.compiler.CGSymtab
-
Field Summary
FieldsFields inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
cls, context, env, instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CGTypestatic CGTypebyteType()static CGTypecharType()static CGTypestatic CGTypeprotected voidinit()protected static CGSymtabinstance()static CGTypeintType()static CGTypelongType()static CGTypestatic ClasstheClass()static CGTypestatic CGTypevoidType()Methods inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
getCls, getContext, getInstance, is, toName, toString
-
Field Details
-
inst
-
-
Constructor Details
-
CGSymtab
public CGSymtab()
-
-
Method Details
-
theClass
-
init
protected void init()- Specified by:
initin classJavaCompilerObject
-
instance
-
type
-
byteType
-
charType
-
shortType
-
intType
-
longType
-
floatType
-
doubleType
-
booleanType
-
voidType
-