Interface FormulaTokenNode

    • Method Detail

      • getNodeId

        NodeId getNodeId()
      • getType

        int getType()
      • hasOperands

        boolean hasOperands()
      • isOp

        boolean isOp()
      • accept

        <R> R accept​(TokenNodeVisitor<R> visitor)
        Use the given [visitor] to visit this node. Return the value returned by the visitor as a result of visiting this node.
      • visitChildren

        <R> List<R> visitChildren​(TokenNodeVisitor<R> visitor)
        Use the given [visitor] to visit all of the children of this node. Return the values returned by the visitor as a result of visiting each child node.