org.codehaus.groovy.classgen
Class CompileStack.StateStackElement
java.lang.Object
org.codehaus.groovy.classgen.CompileStack.StateStackElement
- Enclosing class:
- CompileStack
private class CompileStack.StateStackElement
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scope
final VariableScope scope
continueLabel
final org.objectweb.asm.Label continueLabel
breakLabel
final org.objectweb.asm.Label breakLabel
finallyLabel
org.objectweb.asm.Label finallyLabel
lastVariableIndex
final int lastVariableIndex
nextVariableIndex
final int nextVariableIndex
stackVariables
final java.util.Map stackVariables
temporaryVariables
java.util.List temporaryVariables
usedVariables
java.util.List usedVariables
superBlockNamedLabels
final java.util.Map superBlockNamedLabels
currentBlockNamedLabels
final java.util.Map currentBlockNamedLabels
finallyBlocks
final java.util.LinkedList finallyBlocks
CompileStack.StateStackElement
CompileStack.StateStackElement()
Copyright © ${year} The Codehaus. All Rights Reserved.