|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcdqa.iterator.VBindings
public final class VBindings
Field Summary | |
---|---|
(package private) boolean |
isRoot
|
(package private) VBindings |
parent
|
(package private) java.util.ArrayList |
v
|
Method Summary | |
---|---|
VBindings |
addScope()
|
void |
append(VBinding b)
|
static VBindings |
create()
|
VBinding |
find(java.lang.String varName)
|
VBindings |
removeScope()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList v
boolean isRoot
VBindings parent
Method Detail |
---|
public VBinding find(java.lang.String varName)
find
in interface NameResolver
public void append(VBinding b)
public VBindings addScope()
public VBindings removeScope()
public static VBindings create()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |