Uses of Class
net.binis.codegen.compiler.CGMethodDeclaration
Packages that use CGMethodDeclaration
-
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.addMethod(Element element, String name, Class<?> returnType, long flags, List<CGVariableDecl> params, CGBlock body)