org.eclipse.stp.core.internal.introspection
Class AttributeSetStack

java.lang.Object
  extended by org.eclipse.stp.core.internal.introspection.AttributeSetStack

public class AttributeSetStack
extends java.lang.Object

A stack for managing attribute sets for the recursive stack parser.

Since:
1.0

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

AttributeSetStack

public AttributeSetStack()
Method Detail

push

public void push(AttributeSet anAttributeSet)

peek

public AttributeSet peek()

pop

public AttributeSet pop()

isEmpty

public boolean isEmpty()