Package org.apache.commons.jexl3.parser
Class ASTNamespaceIdentifier
java.lang.Object
org.apache.commons.jexl3.parser.SimpleNode
org.apache.commons.jexl3.parser.JexlNode
org.apache.commons.jexl3.parser.ASTIdentifier
org.apache.commons.jexl3.parser.ASTNamespaceIdentifier
- All Implemented Interfaces:
Node
Namespace : identifier.
-
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.ASTIdentifier
flags, name, symbol
Fields inherited from class org.apache.commons.jexl3.parser.SimpleNode
id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setNamespace
(String ns, String id) Sets the namespace:identifier.Methods inherited from class org.apache.commons.jexl3.parser.ASTIdentifier
getName, getSymbol, isCaptured, isConstant, isLexical, isRedefined, isShaded, jjtAccept, setCaptured, setConstant, setLexical, setRedefined, setShaded, setSymbol, setSymbol, toString
Methods inherited from class org.apache.commons.jexl3.parser.JexlNode
clearCache, getColumn, getLine, isConstant, isGlobalVar, isLeftValue, isSafeLhs, isStrictOperator, jexlInfo, jjtSetFirstToken, jjtSetLastToken
Methods 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:
-
namespace
-
-
Constructor Details
-
ASTNamespaceIdentifier
public ASTNamespaceIdentifier(int id)
-
-
Method Details
-
getNamespace
- Overrides:
getNamespace
in classASTIdentifier
-
setNamespace
Sets the namespace:identifier.- Parameters:
ns
- the namespaceid
- the names
-