Package org.apache.poi.ss.formula.token
Class DefaultTokenNode<T>
- java.lang.Object
-
- org.apache.poi.ss.formula.token.DefaultTokenNode<T>
-
- All Implemented Interfaces:
FormulaTokenNode
- Direct Known Subclasses:
FunctionNode
,NumberNode
,StringNode
public abstract class DefaultTokenNode<T> extends Object implements FormulaTokenNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
boolean
isOp()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.ss.formula.token.FormulaTokenNode
accept, add, getNodeId, getType, hasOperands, normalize, visitChildren
-
-
-
-
Field Detail
-
value
protected T value
-
-
Method Detail
-
getValue
public T getValue()
-
isOp
public boolean isOp()
- Specified by:
isOp
in interfaceFormulaTokenNode
-
-