| Constructor and Description |
|---|
Parser(uk.ac.ed.epcc.webapp.AppContext conn,
PropertyFinder reg) |
| Modifier and Type | Method and Description |
|---|---|
uk.ac.ed.epcc.webapp.AppContext |
getContext() |
PropExpression |
parse(java.lang.String s)
Parse a String into a PropExpression
|
public Parser(uk.ac.ed.epcc.webapp.AppContext conn,
PropertyFinder reg)
public PropExpression parse(java.lang.String s) throws ParseException, UnresolvedNameException
ParseExceptionUnresolvedNameExceptions - String to parsepublic uk.ac.ed.epcc.webapp.AppContext getContext()
getContext in interface uk.ac.ed.epcc.webapp.Contexed