public class CodegenStatementWhileOrDo extends CodegenStatementWBlockBase
Constructor and Description |
---|
CodegenStatementWhileOrDo(CodegenBlock parent,
CodegenExpression condition,
boolean isWhile) |
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 CodegenStatementWhileOrDo(CodegenBlock parent, CodegenExpression condition, boolean isWhile)
public void setBlock(CodegenBlock block)
public void render(StringBuilder builder, Map<Class,String> imports, boolean isInnerClass, int level, CodegenIndent indent)
Copyright © 2005–2018. All rights reserved.