Package org.apache.commons.jexl3.parser
Class ASTIdentifierAccessSafeJxlt
java.lang.Object
org.apache.commons.jexl3.parser.SimpleNode
org.apache.commons.jexl3.parser.JexlNode
org.apache.commons.jexl3.parser.ASTIdentifierAccess
org.apache.commons.jexl3.parser.ASTIdentifierAccessJxlt
org.apache.commons.jexl3.parser.ASTIdentifierAccessSafeJxlt
- All Implemented Interfaces:
Node
x?.`expr` .
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.jexl3.parser.JexlNode
JexlNode.Constant<T>, JexlNode.Funcall, JexlNode.Info -
Field Summary
FieldsFields inherited from class org.apache.commons.jexl3.parser.ASTIdentifierAccessJxlt
jxltExpressionFields inherited from class org.apache.commons.jexl3.parser.SimpleNode
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSafe()Whether this is a dot or a question-mark-dot aka safe-navigation access.Methods inherited from class org.apache.commons.jexl3.parser.ASTIdentifierAccessJxlt
getExpression, isExpression, setExpressionMethods inherited from class org.apache.commons.jexl3.parser.ASTIdentifierAccess
getIdentifier, getName, isGlobalVar, jjtAccept, parseIdentifier, setIdentifier, toStringMethods inherited from class org.apache.commons.jexl3.parser.JexlNode
clearCache, getColumn, getLine, isConstant, isConstant, isLeftValue, isSafeLhs, isStrictOperator, jexlInfo, jjtSetFirstToken, jjtSetLastTokenMethods inherited from class org.apache.commons.jexl3.parser.SimpleNode
childrenAccept, dump, dumpOut, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetChildren, jjtSetParent, jjtSetValue, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ASTIdentifierAccessSafeJxlt
ASTIdentifierAccessSafeJxlt(int id)
-
-
Method Details
-
isSafe
public boolean isSafe()Description copied from class:ASTIdentifierAccessWhether this is a dot or a question-mark-dot aka safe-navigation access.- Overrides:
isSafein classASTIdentifierAccess- Returns:
- true is ?., false if .
-