public class CodegenStatementReturnNoValue extends CodegenStatementBase implements CodegenStatement
Modifier and Type | Field and Description |
---|---|
static CodegenStatementReturnNoValue |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
mergeClasses(Set<Class> classes) |
void |
renderStatement(StringBuilder builder,
Map<Class,String> imports) |
render
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
render
public static final CodegenStatementReturnNoValue INSTANCE
public void renderStatement(StringBuilder builder, Map<Class,String> imports)
renderStatement
in class CodegenStatementBase
public void mergeClasses(Set<Class> classes)
mergeClasses
in interface CodegenStatement