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

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


    <P>Create a PARString.</P>

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

TOP

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

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.