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