Class PlusNode

    • Constructor Detail

      • PlusNode

        public PlusNode()
    • Method Detail

      • 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.
      • visitChildren

        public <R> List<R> visitChildren​(TokenNodeVisitor<R> visitor)
        Description copied from interface: FormulaTokenNode
        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.