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

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


    <P>Create a GCIConfig.</P>

    <P>Equal to <CODE><A HREF="~JD~gcic(s,s[],b,parscb)~EJD~">GCIConfig</A>(s_callingClsFnc, as_names, b_equalOk, (new <A HREF="~JD~parscb#parscb()~EJD~">PARSCBad</A>()))</CODE></P>
   **/
  public GCIConfig(String s_callingClsFnc, String[] as_names, boolean b_equalOk)  {
    this(s_callingClsFnc, as_names, b_equalOk, (new PARSCBad()));
  }
View Full Code Here

TOP

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

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.