public abstract class AbstractPrimitiveNode extends AbstractExprNode implements ExprNode.PrimitiveNode
Important: Do not use outside of Soy code (treat as superpackage-private).
ExprNode.ConstantNode, ExprNode.Kind, ExprNode.OperatorNode, ExprNode.ParentExprNode, ExprNode.PrimitiveNodeSPACES| Modifier | Constructor and Description |
|---|---|
|
AbstractPrimitiveNode() |
protected |
AbstractPrimitiveNode(AbstractPrimitiveNode orig)
Copy constructor.
|
clone, getParentcouldHaveSyntaxVersionAtLeast, getNearestAncestor, getSyntaxVersionBound, hasAncestor, maybeSetSyntaxVersionBound, setParent, toString, toTreeStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getKind, getParent, getTypecouldHaveSyntaxVersionAtLeast, getNearestAncestor, getSyntaxVersionBound, hasAncestor, maybeSetSyntaxVersionBound, setParent, toSourceString, toTreeStringpublic AbstractPrimitiveNode()
protected AbstractPrimitiveNode(AbstractPrimitiveNode orig)
orig - The node to copy.