Uses of Class
net.binis.codegen.compiler.CGBlock
Packages that use CGBlock
-
Uses of CGBlock in net.binis.codegen.compiler
Methods in net.binis.codegen.compiler that return CGBlockModifier and TypeMethodDescriptionTreeMaker.Block(long flags, CGList<CGStatement> stats) CGMethodDeclaration.getBody()Methods in net.binis.codegen.compiler with parameters of type CGBlockModifier and TypeMethodDescriptionTreeMaker.MethodDef(CGModifiers mods, CGName name, CGExpression restype, CGList<CGTypeParameter> typarams, CGList<CGVariableDecl> params, CGList<CGExpression> thrown, CGBlock body, CGExpression defaultValue) -
Uses of CGBlock in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGBlockModifier and TypeMethodDescriptionstatic CGBlockElementMethodUtils.createBlock()static CGBlockElementMethodUtils.createBlock(CGStatement... statements) Methods in net.binis.codegen.compiler.utils with parameters of type CGBlockModifier and TypeMethodDescriptionstatic CGMethodDeclarationElementMethodUtils.addMethod(Element element, String name, Class<?> returnType, long flags, List<CGVariableDecl> params, CGBlock body)