org.globus.cog.karajan.parser
Class ParserContext

java.lang.Object
  extended by org.globus.cog.karajan.parser.ParserContext

public class ParserContext
extends Object


Field Summary
 Map data
           
 Rules grammar
           
 GrammarElement lastExpected
           
 AtomMapping mapping
           
 LinkedList queue
           
 Lexer tok
           
 ParseTree tree
           
 
Constructor Summary
ParserContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tok

public Lexer tok

mapping

public AtomMapping mapping

grammar

public Rules grammar

queue

public LinkedList queue

lastExpected

public GrammarElement lastExpected

data

public Map data

tree

public ParseTree tree
Constructor Detail

ParserContext

public ParserContext()