public class CodegenStatementWhile extends CodegenStatementWBlockBase
Constructor and Description |
---|
CodegenStatementWhile(CodegenBlock parent,
CodegenExpression condition) |
Modifier and Type | Method and Description |
---|---|
void |
mergeClasses(Set<Class> classes) |
void |
render(StringBuilder builder,
Map<Class,String> imports,
boolean isInnerClass,
int level,
CodegenIndent indent) |
void |
setBlock(CodegenBlock block) |
getParent
public CodegenStatementWhile(CodegenBlock parent, CodegenExpression condition)
public void setBlock(CodegenBlock block)
public void render(StringBuilder builder, Map<Class,String> imports, boolean isInnerClass, int level, CodegenIndent indent)