Class NumericalPlusNode

All Implemented Interfaces:
org.plumelib.util.UniqueId

public class NumericalPlusNode extends UnaryOperationNode
A node for the unary plus operation:
   + expression
 
  • Constructor Details

    • NumericalPlusNode

      public NumericalPlusNode(UnaryTree tree, Node operand)
      Constructs a NumericalPlusNode.
      Parameters:
      tree - the tree of the whole operation
      operand - the operand of the operation
  • Method Details

    • accept

      public <R, P> R accept(NodeVisitor<R,P> visitor, P p)
      Description copied from class: Node
      Accept method of the visitor pattern.
      Specified by:
      accept in class Node
      Type Parameters:
      R - result type of the operation
      P - parameter type
      Parameters:
      visitor - the visitor to be applied to this node
      p - the parameter for this operation
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object