|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.cambio.cds.gdl.parser.ExpressionParser
public class ExpressionParser
Field Summary | |
---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
ExpressionParserTokenManager |
token_source
Generated Token Manager. |
Constructor Summary | |
---|---|
ExpressionParser(ExpressionParserTokenManager tm)
Constructor with generated Token Manager. |
|
ExpressionParser(InputStream stream)
Constructor with InputStream. |
|
ExpressionParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
ExpressionParser(Reader stream)
Constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ExpressionParserTokenManager token_source
public Token token
public Token jj_nt
Constructor Detail |
---|
public ExpressionParser(InputStream stream)
public ExpressionParser(InputStream stream, String encoding)
public ExpressionParser(Reader stream)
public ExpressionParser(ExpressionParserTokenManager tm)
Method Detail |
---|
public List<ExpressionItem> parseBooleanExpressions() throws ParseException
ParseException
public List<ExpressionItem> parseArithmeticExpressions() throws ParseException
ParseException
public ExpressionItem parse() throws ParseException
ParseException
public void reInit(File file) throws IOException
IOException
public void reInit(InputStream input) throws IOException
IOException
public static void main(String[] args) throws ParseException
ParseException
public final List<ExpressionItem> expressions() throws ParseException
ParseException
public final ExpressionItem expression_item() throws ParseException
ParseException
public final org.openehr.rm.datatypes.text.CodePhrase code_phrase() throws ParseException
ParseException
public final org.openehr.rm.datatypes.text.CodePhrase code_phrase_raw() throws ParseException
ParseException
public final ExpressionItem expression_node() throws ParseException
ParseException
public final ExpressionItem expression_leaf() throws ParseException
ParseException
public final ConstantExpression constant_expression() throws ParseException
ParseException
public final Variable variable() throws ParseException
ParseException
public final String label() throws ParseException
ParseException
public final double real() throws ParseException
ParseException
public final int integer() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(ExpressionParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |