public class CodegenStatementBreakLoop extends CodegenStatementBase
Modifier and Type | Field and Description |
---|---|
static CodegenStatementBreakLoop |
INSTANCE |
Constructor and Description |
---|
CodegenStatementBreakLoop() |
Modifier and Type | Method and Description |
---|---|
void |
mergeClasses(Set<Class> classes) |
void |
renderStatement(StringBuilder builder,
Map<Class,String> imports) |
render
public static final CodegenStatementBreakLoop INSTANCE
public void renderStatement(StringBuilder builder, Map<Class,String> imports)
renderStatement
in class CodegenStatementBase