Package com.cloudimpl.codegen4j
Class ConstructorBlock
- java.lang.Object
-
- com.cloudimpl.codegen4j.CodeBlock
-
- com.cloudimpl.codegen4j.PermissionBlock
-
- com.cloudimpl.codegen4j.ConstructorBlock
-
public final class ConstructorBlock extends PermissionBlock
- Author:
- nuwansa
-
-
Constructor Summary
Constructors Constructor Description ConstructorBlock(String className, String... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StatementgenerateHeader()-
Methods inherited from class com.cloudimpl.codegen4j.PermissionBlock
withAccess, withFinal, withStatic
-
Methods inherited from class com.cloudimpl.codegen4j.CodeBlock
addStmt, collectImports, createBlock, createElse, createElseIf, createIf, createName, createSwitch, createSynchronousBlock, disableBlockSpace, generateCode, pushBlock, stmt, var, withAnnotation, withImports, withReturnStatment
-
-