Examples of PARSElement


Examples of com.uic.ase.proj.xbn.array.primitive.PARSElement

    <P>Create an PARSStrict.</P>

    <P>Equal to <CODE><A HREF="~JD~parss(pardnls,parod,parse)~EJD~">PARString</A>(pardnl_strict, par_orderDir, (new PAROrderDir()))</CODE></P>
   **/
  public PARSStrict(PARDNLStrict pardnl_strict, PAROrderDir par_orderDir)  {
    this(pardnl_strict, par_orderDir, (new PARSElement()));

  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARSElement

    /**
      <P>Get a full (deep) copy of this PARSElement as an Object.</P>
     **/
    protected final Object clone() throws CloneNotSupportedException  {
      return new PARSElement(bLmntNullOk, rclLmnt, asIllegal, aoslh, apsIllegal);
    }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARSElement

    <P>Create an PARSGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parsgu(pardnlgu,parod,parse)~EJD~">PARString</A>(pardnl_goodUnq, par_orderDir, (new <A HREF="~JD~parse#parse()~EJD~">PARSElement</A>()))</CODE></P>
   **/
  public PARSGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PAROrderDir par_orderDir)  {
    this(pardnl_goodUnq, par_orderDir, (new PARSElement()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARSElement

    <P>Create a PARString.</P>

    <P>Equal to <CODE><A HREF="~JD~pars(pardnl,parod,parse)~EJD~">PARString</A>(par_dupNullLen, par_orderDir, (new <A HREF="~JD~parse#parse()~EJD~">PARSElement</A>()))</CODE></P>
   **/
  public PARString(PARDupNullLen par_dupNullLen, PAROrderDir par_orderDir)  {
    this(par_dupNullLen, par_orderDir, (new PARSElement()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARSElement

    <P>Create a PARString.</P>

    <P>Equal to <CODE><A HREF="~JD~pars(pardnl,parsc,parse)~EJD~">PARString</A>(par_dupNullLen, pars_contain, (new <A HREF="~JD~parse#parse()~EJD~">PARSElement</A>()))</CODE></P>
   **/
  public PARString(PARDupNullLen par_dupNullLen, PARSContain pars_contain)  {
    this(par_dupNullLen, pars_contain, (new PARSElement()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.primitive.PARSElement

    <P>Create a PARString.</P>

    <P>Equal to <CODE><A HREF="~JD~pars(pardnl,parod,parsc,parse)~EJD~">PARString</A>(par_dupNullLen, par_orderDir, pars_contain, (new <A HREF="~JD~parse#parse()~EJD~">PARSElement</A>()))</CODE></P>
   **/
  public PARString(PARDupNullLen par_dupNullLen, PAROrderDir par_orderDir, PARSContain pars_contain)  {
    this(par_dupNullLen, par_orderDir, pars_contain, (new PARSElement()));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.