Package org.codehaus.groovy.classgen.asm
Class CompileStack.SwitchExpressionContext
java.lang.Object
org.codehaus.groovy.classgen.asm.CompileStack.SwitchExpressionContext
- Enclosing class:
- CompileStack
Join-point information for a switch expression being compiled
(GROOVY-12255).
- Since:
- 6.0.0
-
Field Details
-
endLabel
public final org.objectweb.asm.Label endLabelLabel at which every completing arm joins, with the result on the stack. -
resultType
Type of the value left on the operand stack atendLabel.
-