Uses of Class
net.binis.codegen.compiler.CGList
Packages that use CGList
-
Uses of CGList in net.binis.codegen.compiler
Fields in net.binis.codegen.compiler declared as CGListModifier and TypeFieldDescriptionprotected CGList<CGAnnotation> CGModifiers.annotationsprotected CGList<CGExpression> CGAnnotation.argumentsprotected CGList<CGVariableDecl> CGMethodDeclaration.paramsFields in net.binis.codegen.compiler with type parameters of type CGListMethods in net.binis.codegen.compiler that return CGListModifier and TypeMethodDescriptionstatic <T extends JavaCompilerObject>
CGList<T> static <T extends JavaCompilerObject>
CGList<T> CGModifiers.getAnnotations()CGAnnotation.getArguments()CGDeclaration.getDefs()CGMethodDeclaration.getParameters()CGBlock.getStatements()static <T extends JavaCompilerObject>
CGList<T> CGMethodSymbol.params()Methods in net.binis.codegen.compiler with parameters of type CGListModifier and TypeMethodDescriptionTreeMaker.Annotation(CGExpression annotationType, CGList<CGExpression> args) TreeMaker.Apply(CGList<CGExpression> typeargs, CGExpression fn, CGList<CGExpression> args) TreeMaker.Block(long flags, CGList<CGStatement> stats) TreeMaker.MethodDef(CGModifiers mods, CGName name, CGExpression restype, CGList<CGTypeParameter> typarams, CGList<CGVariableDecl> params, CGList<CGExpression> thrown, CGBlock body, CGExpression defaultValue) TreeMaker.Modifiers(long flags, CGList<CGAnnotation> annotations) TreeMaker.NewArray(CGExpression elemtype, CGList<CGExpression> dims, CGList<CGExpression> elems) protected <T extends JavaCompilerObject>
voidCGDeclaration.onDefsModify(CGList<T> list) protected voidCGAnnotation.onModify(CGList<CGExpression> list) protected <T extends JavaCompilerObject>
voidCGBlock.onStatsModify(CGList<T> list) voidCGModifiers.setAnnotations(CGList<CGAnnotation> list) voidCGAnnotation.setArguments(CGList<CGExpression> list) Constructor parameters in net.binis.codegen.compiler with type arguments of type CGList -
Uses of CGList in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGListModifier and TypeMethodDescriptionprotected static CGList<CGExpression> ElementAnnotationUtils.expressionToList(CGExpression... expressions) Methods in net.binis.codegen.compiler.utils with parameters of type CGListModifier and TypeMethodDescriptionstatic CGAnnotationElementAnnotationUtils.addAnnotation(Element element, Class<? extends Annotation> annotation, CGList<CGExpression> attributes)