Class ASTPtArrayConstructNode

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

    public class ASTPtArrayConstructNode
    extends ASTPtRootNode
    The parse tree created from the expression string consists of a hierarchy of node objects. This class represents array construction using the following syntax: {"a", "b"}.
    Since:
    Ptolemy II 1.0
    Version:
    $Id$
    Author:
    Xiaojun Liu
    See Also:
    ASTPtRootNode, PtParser, Token
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Yellow (liuxj)
    • Constructor Detail

      • ASTPtArrayConstructNode

        public ASTPtArrayConstructNode​(int id)
      • ASTPtArrayConstructNode

        public ASTPtArrayConstructNode​(PtParser p,
                                       int id)