Class DirectivesStack

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<E>
java.util.Stack<Directive>
fr.opensagres.xdocreport.template.formatter.DirectivesStack
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Directive>, Collection<Directive>, List<Directive>, RandomAccess

public class DirectivesStack extends Stack<Directive>
See Also: