|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nu.staldal.lsp.compiler.LSPExpr
public abstract class LSPExpr
LSP expression.
Constructor Summary | |
---|---|
LSPExpr()
|
Method Summary | |
---|---|
static LSPExpr |
parseFromString(java.lang.String s)
Parse an LSP expression from a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LSPExpr()
Method Detail |
---|
public static LSPExpr parseFromString(java.lang.String s) throws nu.staldal.syntax.ParseException
s
- the String to parse
nu.staldal.syntax.ParseException
- if the string is invalid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |