Package com.uic.ase.proj.xbn.array.primitive

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


    <P>Create an PARSGoodUnq.</P>

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


      <P>Get a full (deep) copy of this PAROrderDir as an Object.</P>

      <P>Equal to <CODE>(new <A HREF="~JD~parod(b,b)~EJD~">PAROrderDir</A>(<A HREF="#isOrdered()">isOrdered</A>(), <A HREF="#getDirectionAscDesc()">getDirectionAscDesc</A>()))</CODE></P>
     **/
    protected Object clone() throws CloneNotSupportedException  {
      return (new PAROrderDir(isOrdered(), getDirectionAscDesc()));
    }
View Full Code Here

   **/
  public ESConfig(char c_escape, char[] ac_toEscape)  {
    PACChar pacc = new PACChar(ac_toEscape,
      new PARChar(
        new PARDupNullLen(false),
        new PAROrderDir(true),
        new char[] {c_escape}));
    pacc.crashIfBad("xbn.string.escape.UnescapeString.constructor", "ac_toEscape");

    cEsc = c_escape;
    sEsc = (new Character(cEsc)).toString();
View Full Code Here

    <P>Create a PARString.</P>

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

    <P>Create a PARString.</P>

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

    <P>Create a PARString.</P>

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

    <P>Create a PARChar.</P>

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

    <P>Create a PARChar.</P>

    <P>Equal to <CODE><A HREF="~JD~parc(pardnl,parod,c[])~EJD~">PARChar</A>(par_dupNullLen, (new <A HREF="~JD~parod#parod()~EJD~">PAROrderDir</A>()), ac_illegal)</CODE></P>
   **/
  public PARChar(PARDupNullLen par_dupNullLen, char[] ac_illegal)  {
    this(par_dupNullLen, (new PAROrderDir()), ac_illegal);
  }
View Full Code Here

    <P>Create an PARIGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parigu(pardnlgu,parod)~EJD~">PARIGoodUnq</A>(pardnl_goodUnq, (new PAROrderDir()))</CODE></P>
   **/
  public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq)  {
    this(pardnl_goodUnq, (new PAROrderDir()));
  }
View Full Code Here

    <P>Create an PARIGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parigu(pardnlgu,parod,parie)~EJD~">PARIGoodUnq</A>(pardnl_goodUnq, (new PAROrderDir()), pari_element)</CODE></P>
   **/
  public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PARIElement pari_element)  {
    this(pardnl_goodUnq, (new PAROrderDir()), pari_element);
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.array.primitive.PAROrderDir

Copyright © 2018 www.massapicom. 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.