Class ASTPtPowerNode

  • All Implemented Interfaces:
    java.lang.Cloneable, Node

    public class ASTPtPowerNode
    extends ASTPtRootNode
    The parse tree created from the expression string consists of a hierarchy of node objects. This class represents exponentiation nodes in the parse tree. (the operator "^")
    Since:
    Ptolemy II 2.1
    Version:
    $Id$
    Author:
    Neil Smyth, Bart Kienhuis, Steve Neuendorffer
    See Also:
    ASTPtRootNode, PtParser, Token
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Yellow (nsmyth)
    • Constructor Detail

      • ASTPtPowerNode

        public ASTPtPowerNode​(int id)
      • ASTPtPowerNode

        public ASTPtPowerNode​(PtParser p,
                              int id)