Uses of Class
org.apache.commons.ognl.ParseException
Packages that use ParseException
-
Uses of ParseException in org.apache.commons.ognl
Methods in org.apache.commons.ognl that return ParseExceptionMethods in org.apache.commons.ognl that throw ParseExceptionModifier and TypeMethodDescriptionfinal void
OgnlParser.additiveExpression()
final void
OgnlParser.andExpression()
final void
OgnlParser.assignmentExpression()
final String
OgnlParser.className()
final String
OgnlParser.classReference()
final void
OgnlParser.conditionalTestExpression()
final void
OgnlParser.constructorCall()
final void
OgnlParser.equalityExpression()
final void
OgnlParser.exclusiveOrExpression()
final void
OgnlParser.expression()
final void
OgnlParser.inclusiveOrExpression()
final void
OgnlParser.index()
private Token
OgnlParser.jj_consume_token
(int kind) final void
OgnlParser.keyValueExpression()
final void
OgnlParser.logicalAndExpression()
final void
OgnlParser.logicalOrExpression()
final void
OgnlParser.methodCall()
final void
OgnlParser.multiplicativeExpression()
final void
OgnlParser.navigationChain()
final void
OgnlParser.primaryExpression()
final void
OgnlParser.projection()
Apply an expression to all elements of a collection, creating a new collection as the result.final void
OgnlParser.propertyName()
final void
OgnlParser.relationalExpression()
final void
OgnlParser.selectAll()
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for which the expression returned true.final void
OgnlParser.selectFirst()
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.final void
OgnlParser.selection()
final void
OgnlParser.selectLast()
Apply a boolean expression to all elements of a collection, creating a new collection containing those elements for the first element for which the expression returned true.final void
OgnlParser.shiftExpression()
final void
OgnlParser.staticMethodCall
(String className) final void
OgnlParser.staticReference()
final Node
OgnlParser.topLevelExpression()
This is the top-level construct of OGNL.final void
OgnlParser.unaryExpression()