Uses of Class
ognl.ParseException
Packages that use ParseException
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of ParseException in ognl
Methods in ognl that return ParseExceptionMethods in ognl that throw ParseExceptionModifier and TypeMethodDescriptionfinal voidOgnlParser.additiveExpression()final voidOgnlParser.andExpression()final voidOgnlParser.assignmentExpression()final StringOgnlParser.className()final StringOgnlParser.classReference()final voidOgnlParser.conditionalTestExpression()final voidOgnlParser.constructorCall()final voidOgnlParser.equalityExpression()final voidOgnlParser.exclusiveOrExpression()final voidOgnlParser.expression()final voidOgnlParser.inclusiveOrExpression()final voidOgnlParser.index()private TokenOgnlParser.jj_consume_token(int kind) final voidOgnlParser.keyValueExpression()final voidOgnlParser.logicalAndExpression()final voidOgnlParser.logicalOrExpression()final voidOgnlParser.methodCall()final voidOgnlParser.multiplicativeExpression()final voidOgnlParser.navigationChain()final voidOgnlParser.primaryExpression()final voidOgnlParser.projection()Apply an expression to all elements of a collection, creating a new collection as the result.final voidOgnlParser.propertyName()final voidOgnlParser.relationalExpression()final voidOgnlParser.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 voidOgnlParser.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 voidOgnlParser.selection()final voidOgnlParser.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 voidOgnlParser.shiftExpression()final voidOgnlParser.staticMethodCall(String className) final voidOgnlParser.staticReference()final NodeOgnlParser.topLevelExpression()This is the top-level construct of OGNL.final voidOgnlParser.unaryExpression()