Uses of Class
net.binis.codegen.compiler.CGExpression
Packages that use CGExpression
-
Uses of CGExpression in net.binis.codegen.compiler
Subclasses of CGExpression in net.binis.codegen.compilerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in net.binis.codegen.compiler with type parameters of type CGExpressionMethods in net.binis.codegen.compiler that return CGExpressionModifier and TypeMethodDescriptionCGAssign.getExpression()CGAssign.getVariable()TreeMaker.Select(CGExpression base, CGSymbol sym) Methods in net.binis.codegen.compiler that return types with arguments of type CGExpressionMethods in net.binis.codegen.compiler with parameters of type CGExpressionModifier and TypeMethodDescriptionTreeMaker.Annotation(CGExpression annotationType, CGList<CGExpression> args) TreeMaker.Assign(CGExpression lhs, CGExpression rhs) TreeMaker.NewArray(CGExpression elemtype, CGList<CGExpression> dims, CGList<CGExpression> elems) TreeMaker.Select(CGExpression selected, CGName selector) TreeMaker.Select(CGExpression base, CGSymbol sym) TreeMaker.TypeCast(CGTree clazz, CGExpression expr) Method parameters in net.binis.codegen.compiler with type arguments of type CGExpressionModifier and TypeMethodDescriptionTreeMaker.Annotation(CGExpression annotationType, CGList<CGExpression> args) TreeMaker.NewArray(CGExpression elemtype, CGList<CGExpression> dims, CGList<CGExpression> elems) protected voidCGAnnotation.onModify(CGList<CGExpression> list) voidCGAnnotation.setArguments(CGList<CGExpression> list) -
Uses of CGExpression in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGExpressionModifier and TypeMethodDescriptionprotected static CGExpressionElementUtils.calcExpression(TreeMaker maker, Object value) protected static CGExpressionElementUtils.classIdent(TreeMaker maker, String className)