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.Catch(CGVariableDecl param, CGBlock body) TreeMaker.MethodDef(CGModifiers mods, CGName name, CGExpression restype, CGList<CGTypeParameter> typarams, CGList<CGVariableDecl> params, CGList<CGExpression> thrown, CGBlock body, CGExpression defaultValue) void -
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) static CGMethodDeclarationElementMethodUtils.addMethod(Element element, String name, CGExpression returnType, long flags, List<CGVariableDecl> params, CGBlock body) static CGTryElementStatementUtils.surroundWithTryCatch(CGBlock block, Class<? extends Throwable> exception, CGBlock exceptionBlock) static CGTryElementStatementUtils.surroundWithTryCatch(CGBlock block, Class<? extends Throwable> exception, CGBlock exceptionBlock, CGBlock finallyBlock)