|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.morph.lang.support.BaseExpressionParser
public abstract class BaseExpressionParser
A base class for expression parsers.
| Constructor Summary | |
|---|---|
BaseExpressionParser()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
parse(java.lang.String expression)
Parses an expression and returns the tokens found in the expression. |
abstract java.lang.String[] |
parseImpl(java.lang.String expression)
Implement parse(expression). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseExpressionParser()
| Method Detail |
|---|
public abstract java.lang.String[] parseImpl(java.lang.String expression)
throws java.lang.Exception
parse(expression).
expression - to parse
java.lang.Exception
public java.lang.String[] parse(java.lang.String expression)
throws InvalidExpressionException
parse in interface ExpressionParserexpression - the expression
InvalidExpressionException - if the supplied expression is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||