Class MultiNode

    • Constructor Detail

      • MultiNode

        public MultiNode()
    • Method Detail

      • getFlag

        public int getFlag()
        Specified by:
        getFlag in class OpNode
      • getNodeId

        public NodeId getNodeId()
      • accept

        public <R> R accept​(TokenNodeVisitor<R> visitor)
        Description copied from interface: FormulaTokenNode
        Use the given [visitor] to visit this node. Return the value returned by the visitor as a result of visiting this node.