Uses of Class
net.binis.codegen.compiler.CGName
Packages that use CGName
-
Uses of CGName in net.binis.codegen.compiler
Methods in net.binis.codegen.compiler that return CGNameModifier and TypeMethodDescriptionstatic CGNameCGDeclaration.getName()JavacElements.getName(CharSequence cs) CGClassSymbol.getQualifiedName()Methods in net.binis.codegen.compiler with parameters of type CGNameModifier and TypeMethodDescriptionstatic CGVarSymbolTreeMaker.ReceiverVarDef(CGModifiers mods, CGName name, CGExpression vartype) TreeMaker.Select(CGExpression selected, CGName selector) TreeMaker.VarDef(CGModifiers mods, CGName name, CGExpression vartype, CGExpression init) TreeMaker.VarDef(CGModifiers mods, CGName name, CGExpression vartype, CGExpression init, boolean declaredUsingVar) -
Uses of CGName in net.binis.codegen.compiler.base
Methods in net.binis.codegen.compiler.base that return CGName