org.jclarion.clarion.runtime.expr
Class Parser

java.lang.Object
  extended by org.jclarion.clarion.runtime.expr.Parser

public class Parser
extends java.lang.Object


Constructor Summary
Parser(Lexer stream)
           
 
Method Summary
 CExpr expr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser(Lexer stream)
Method Detail

expr

public CExpr expr()
           throws ParseException
Throws:
ParseException


Copyright © 2010. All Rights Reserved.