Uses of Class
net.binis.codegen.compiler.CGVariableDecl
Packages that use CGVariableDecl
-
Uses of CGVariableDecl in net.binis.codegen.compiler
Methods in net.binis.codegen.compiler that return CGVariableDeclModifier and TypeMethodDescriptionstatic CGVariableDeclTreeMaker.ReceiverVarDef(CGModifiers mods, CGName name, CGExpression vartype) TreeMaker.VarDef(CGModifiers mods, CGName name, CGExpression vartype, CGExpression init) TreeMaker.VarDef(CGModifiers mods, CGName name, CGExpression vartype, CGExpression init, boolean declaredUsingVar) TreeMaker.VarDef(CGVarSymbol symbol, CGExpression init) -
Uses of CGVariableDecl in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGVariableDeclModifier and TypeMethodDescriptionstatic CGVariableDeclstatic CGVariableDeclElementFieldUtils.addField(Element element, String name, Class<?> type, long flags, CGExpression init)