|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.classgen.CompileStack.StateStackElement
class CompileStack.StateStackElement
Field Summary | |
---|---|
Label |
breakLabel
|
Label |
continueLabel
|
Map |
currentBlockNamedLabels
|
LinkedList |
finallyBlocks
|
Label |
finallyLabel
|
int |
lastVariableIndex
|
int |
nextVariableIndex
|
VariableScope |
scope
|
Map |
stackVariables
|
Map |
superBlockNamedLabels
|
List |
temporaryVariables
|
List |
usedVariables
|
Constructor Summary | |
CompileStack.StateStackElement()
|
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
final Label breakLabel
final Label continueLabel
final Map currentBlockNamedLabels
final LinkedList finallyBlocks
Label finallyLabel
final int lastVariableIndex
final int nextVariableIndex
final VariableScope scope
final Map stackVariables
final Map superBlockNamedLabels
List temporaryVariables
List usedVariables
Constructor Detail |
---|
public CompileStack.StateStackElement()
Copyright © 2003-2009 The Codehaus. All rights reserved.