Uses of Class
jellyj.util.IntegerStack

Packages that use IntegerStack
jellyj.parser 

Uses of IntegerStack in jellyj.parser
 

Fields in jellyj.parser declared as IntegerStack
(package private) IntegerStackJellyJParser.labels_d
          A stack used to match labels in break and continue statements with their corresponding labeled nodes.
(package private) IntegerStackJellyJParser.scopes_d
          A stack used together with the counter to keep track of the scopes within a method.