Class ASTSubtractNode

All Implemented Interfaces:
Node, Renderable

public class ASTSubtractNode extends ASTMathNode
Handles subtraction of nodes (in #set() )

Please look at the Parser.jjt file which is what controls the generation of this class.
Version:
$Id: ASTSubtractNode.java 691048 2008-09-01 20:26:11Z nbubna $
Author:
Will Glass-Husain, Peter Romianowski, Jason van Zyl, Geir Magnusson Jr.
  • Constructor Details

    • ASTSubtractNode

      public ASTSubtractNode(int id)
      Parameters:
      id -
    • ASTSubtractNode

      public ASTSubtractNode(Parser p, int id)
      Parameters:
      p -
      id -
  • Method Details