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.argumentsFields in net.binis.codegen.compiler with type parameters of type CGListMethods in net.binis.codegen.compiler that return CGListModifier and TypeMethodDescriptionCGModifiers.getAnnotations()CGAnnotation.getArguments()static <T extends BaseJavaCompilerObject>
CGList<T>CGList.nil()Methods in net.binis.codegen.compiler with parameters of type CGListModifier and TypeMethodDescriptionTreeMaker.Annotation(CGExpression annotationType, CGList<CGExpression> args) TreeMaker.NewArray(CGExpression elemtype, CGList<CGExpression> dims, CGList<CGExpression> elems) protected voidCGAnnotation.onModify(CGList<CGExpression> list) voidCGModifiers.setAnnotations(CGList<CGAnnotation> list) voidCGAnnotation.setArguments(CGList<CGExpression> list) Constructor parameters in net.binis.codegen.compiler with type arguments of type CGList