Package com.cloudimpl.codegen4j
Class RawCodeBlock
- java.lang.Object
-
- com.cloudimpl.codegen4j.CodeBlock
-
- com.cloudimpl.codegen4j.RawCodeBlock
-
public class RawCodeBlock extends CodeBlock
- Author:
- nuwan
-
-
Field Summary
-
Fields inherited from class com.cloudimpl.codegen4j.CodeBlock
codeBlocks
-
-
Constructor Summary
Constructors Constructor Description RawCodeBlock(String blockHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StatementgenerateHeader()-
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
-
-
-
-
Constructor Detail
-
RawCodeBlock
public RawCodeBlock(String blockHeader)
-
-
Method Detail
-
generateHeader
protected Statement generateHeader()
- Specified by:
generateHeaderin classCodeBlock
-
-