|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.stp.core.internal.introspection.AttributeSetStack
public class AttributeSetStack
A stack for managing attribute sets for the recursive stack parser.
Constructor Summary | |
---|---|
AttributeSetStack()
|
Method Summary | |
---|---|
boolean |
isEmpty()
|
AttributeSet |
peek()
|
AttributeSet |
pop()
|
void |
push(AttributeSet anAttributeSet)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeSetStack()
Method Detail |
---|
public void push(AttributeSet anAttributeSet)
public AttributeSet peek()
public AttributeSet pop()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |