|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cgp.translators.ContextScopeStack
Field Summary | |
private java.util.LinkedList |
stack
|
Constructor Summary | |
ContextScopeStack()
|
Method Summary | |
int |
depth()
|
notio.Concept |
find(java.lang.String name)
Search this stack of scopes in FILO order for the specified name. |
ContextScope |
getFrame(int i)
Return the ith frame. |
ContextScope |
peek()
|
ContextScope |
pop()
|
ContextScope |
push(ContextScope s)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.LinkedList stack
Constructor Detail |
public ContextScopeStack()
Method Detail |
public int depth()
public ContextScope push(ContextScope s)
public ContextScope pop()
public ContextScope peek()
public ContextScope getFrame(int i)
public notio.Concept find(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |