Uses of Interface
fr.umlv.tatoo.runtime.util.ReadOnlyIntStack

Packages that use ReadOnlyIntStack
fr.umlv.tatoo.cc.ebnf   
fr.umlv.tatoo.runtime.parser   
fr.umlv.tatoo.runtime.util   
 

Uses of ReadOnlyIntStack in fr.umlv.tatoo.cc.ebnf
 

Methods in fr.umlv.tatoo.cc.ebnf that return ReadOnlyIntStack
 ReadOnlyIntStack ParserStateStack.getStateStack()
           
 

Constructors in fr.umlv.tatoo.cc.ebnf with parameters of type ReadOnlyIntStack
ParserStateStack(ReadOnlyIntStack stateStack)
           
 

Uses of ReadOnlyIntStack in fr.umlv.tatoo.runtime.parser
 

Methods in fr.umlv.tatoo.runtime.parser that return ReadOnlyIntStack
 ReadOnlyIntStack SimpleParser.getStateStack()
          Returns a view on the current parser state stack.
 ReadOnlyIntStack Parser.getStateStack()
          Returns a view on the current parser state stack.
 

Uses of ReadOnlyIntStack in fr.umlv.tatoo.runtime.util
 

Classes in fr.umlv.tatoo.runtime.util that implement ReadOnlyIntStack
 class IntArrayList
          A specific array list of integer that globally works as a stack to store parser state.
 

Methods in fr.umlv.tatoo.runtime.util that return ReadOnlyIntStack
 ReadOnlyIntStack ReadOnlyIntStack.duplicate()
          Duplicates the current stack.