Uses of Class
net.binis.codegen.compiler.CGClassDeclaration
Packages that use CGClassDeclaration
Package
Description
-
Uses of CGClassDeclaration in net.binis.codegen.compiler
Methods in net.binis.codegen.compiler that return CGClassDeclaration -
Uses of CGClassDeclaration in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils with parameters of type CGClassDeclarationModifier and TypeMethodDescriptionstatic CGMethodDeclarationElementMethodUtils.addConstructor(CGClassDeclaration cls, long flags, List<CGVariableDecl> params) static CGFieldAccessElementUtils.selfType(CGClassDeclaration decl) -
Uses of CGClassDeclaration in net.binis.codegen.enrich.handler
Methods in net.binis.codegen.enrich.handler with parameters of type CGClassDeclarationModifier and TypeMethodDescriptionprotected voidInjectionEnricherHandler.createConstructor(CGClassDeclaration cls, List<CGVariableDecl> fields)