|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.morph.lang.support.BaseExpressionParser
net.sf.morph.lang.support.SimpleExpressionParser
public class SimpleExpressionParser
An expression parser for use with the simple language.
| Constructor Summary | |
|---|---|
SimpleExpressionParser()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
parseImpl(java.lang.String expression)
Implement parse(expression). |
| Methods inherited from class net.sf.morph.lang.support.BaseExpressionParser |
|---|
parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.morph.lang.support.ExpressionParser |
|---|
parse |
| Constructor Detail |
|---|
public SimpleExpressionParser()
| Method Detail |
|---|
public java.lang.String[] parseImpl(java.lang.String expression)
throws java.lang.Exception
parse(expression).
parseImpl in class BaseExpressionParserexpression - to parse
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||