Class ReferenceNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.TerminalNode
com.grapecity.documents.excel.expressions.ReferenceNode
Represents an reference node in the syntax tree.
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceNode(Reference reference) Creates a newReferenceNodefromReference. -
Method Summary
Modifier and TypeMethodDescriptionfinal ReferenceGets the reference of this node.final voidsetReference(Reference value) Sets the reference of this node.Methods inherited from class com.grapecity.documents.excel.expressions.TerminalNode
getChildren
-
Constructor Details
-
ReferenceNode
Creates a newReferenceNodefromReference.- Parameters:
reference- The reference.
-
-
Method Details
-
getReference
Gets the reference of this node. -
setReference
Sets the reference of this node.
-