Class StaticTypesSwitchExpressionWriter

java.lang.Object
org.codehaus.groovy.classgen.asm.SwitchExpressionWriter
org.codehaus.groovy.classgen.asm.sc.StaticTypesSwitchExpressionWriter

public class StaticTypesSwitchExpressionWriter extends SwitchExpressionWriter
Static-compilation writer for SwitchExpression. Emits tableswitch / lookupswitch when the selector and labels are constants of a type javac would switch on, and otherwise the isCase method selected by the type checker as a direct call.
Since:
6.0.0