Uses of Class
org.apache.poi.ss.formula.token.BoolNode
-
Packages that use BoolNode Package Description org.apache.poi.ss.formula.token -
-
Uses of BoolNode in org.apache.poi.ss.formula.token
Methods in org.apache.poi.ss.formula.token with parameters of type BoolNode Modifier and Type Method Description R
TokenNodeVisitor. visitBoolean(BoolNode node)
List<Ptg>
TokenToPtgVisitor. visitBoolean(BoolNode node)
-