Uses of Class
ognl.ParseException
-
Packages that use ParseException Package Description ognl 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 ParseException Modifier and Type Method Description ParseExceptionOgnlParser. generateParseException()Generate ParseException.Methods in ognl that throw ParseException Modifier and Type Method Description voidOgnlParser. additiveExpression()voidOgnlParser. andExpression()voidOgnlParser. assignmentExpression()java.lang.StringOgnlParser. className()java.lang.StringOgnlParser. classReference()voidOgnlParser. conditionalTestExpression()voidOgnlParser. constructorCall()voidOgnlParser. equalityExpression()voidOgnlParser. exclusiveOrExpression()voidOgnlParser. expression()voidOgnlParser. inclusiveOrExpression()voidOgnlParser. index()private TokenOgnlParser. jj_consume_token(int kind)voidOgnlParser. keyValueExpression()voidOgnlParser. logicalAndExpression()voidOgnlParser. logicalOrExpression()voidOgnlParser. methodCall()voidOgnlParser. multiplicativeExpression()voidOgnlParser. navigationChain()voidOgnlParser. primaryExpression()voidOgnlParser. projection()Apply an expression to all elements of a collection, creating a new collection as the result.voidOgnlParser. propertyName()voidOgnlParser. relationalExpression()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.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.voidOgnlParser. selection()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.voidOgnlParser. shiftExpression()voidOgnlParser. staticMethodCall(java.lang.String className)voidOgnlParser. staticReference()NodeOgnlParser. topLevelExpression()This is the top-level construct of OGNL.voidOgnlParser. unaryExpression()
-