public class CodegenStatementSwitch extends CodegenStatementWBlockBase
Constructor and Description |
---|
CodegenStatementSwitch(CodegenBlock parent,
String ref,
int[] options,
boolean blocksReturnValues) |
Modifier and Type | Method and Description |
---|---|
CodegenBlock[] |
getBlocks() |
void |
mergeClasses(Set<Class> classes) |
void |
render(StringBuilder builder,
Map<Class,String> imports,
boolean isInnerClass,
int level,
CodegenIndent indent) |
getParent
public CodegenStatementSwitch(CodegenBlock parent, String ref, int[] options, boolean blocksReturnValues)
public CodegenBlock[] getBlocks()
public void render(StringBuilder builder, Map<Class,String> imports, boolean isInnerClass, int level, CodegenIndent indent)
Copyright © 2005–2018. All rights reserved.