public static final class CompileStack.SwitchExpressionContext
extends Object
Join-point information for a switch expression being compiled (GROOVY-12255).
| Modifiers | Name | Description |
|---|---|---|
org.objectweb.asm.Label |
endLabel |
Label at which every completing arm joins, with the result on the stack. |
ClassNode |
resultType |
Type of the value left on the operand stack at endLabel. |