Uses of Class
net.binis.codegen.compiler.CGMethodDeclaration
Packages that use CGMethodDeclaration
Package
Description
-
Uses of CGMethodDeclaration in net.binis.codegen.compiler
Methods in net.binis.codegen.compiler that return CGMethodDeclarationModifier and TypeMethodDescriptionstatic CGMethodDeclarationTreeMaker.MethodDef(CGModifiers mods, CGName name, CGExpression restype, CGList<CGTypeParameter> typarams, CGList<CGVariableDecl> params, CGList<CGExpression> thrown, CGBlock body, CGExpression defaultValue) -
Uses of CGMethodDeclaration in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGMethodDeclarationModifier and TypeMethodDescriptionstatic CGMethodDeclarationElementMethodUtils.addConstructor(Element element, long flags, List<CGVariableDecl> params) static CGMethodDeclarationElementMethodUtils.addConstructor(CGClassDeclaration cls, long flags, List<CGVariableDecl> params) static CGMethodDeclarationElementMethodUtils.addMethod(Element element, String name, Class<?> returnType, long flags, List<CGVariableDecl> params, CGBlock body) -
Uses of CGMethodDeclaration in net.binis.codegen.enrich.handler
Methods in net.binis.codegen.enrich.handler with parameters of type CGMethodDeclarationModifier and TypeMethodDescriptionprotected booleanInjectionEnricherHandler.matchParamTypes(CGMethodDeclaration method, List<CGVariableDecl> fields)