rp1.planparser
Class RsParser

java.lang.Object
  extended by rp1.planparser.RsParser
Direct Known Subclasses:
RsDeclarationParser, RsSpecificationParser

public abstract class RsParser
extends java.lang.Object


Constructor Summary
RsParser()
           
 
Method Summary
 RsToken nextToken()
           
 void pushBackToken()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsParser

public RsParser()
Method Detail

nextToken

public RsToken nextToken()
                  throws RsParsingException
Throws:
RsParsingException

pushBackToken

public void pushBackToken()
                   throws RsParsingException
Throws:
RsParsingException