Examples of APString


Examples of com.uic.ase.proj.xbn.array.APString

    PARSStrict parss = (new PARSStrict());
    PASString pass = new PASString(as_uniqueGapNames, parss);
    pass.crashIfBad("xbn.template.OGConfig.constructor", "as_uniqueGapNames");

    aosl = (new UtilArray()).getAOSLFromAOS(as_uniqueGapNames, true);
    aps = new APString(as_uniqueGapNames, true);

    if(i_rqdUnqGapCount == ||  i_rqdUnqGapCount < -1)  {
      throwAX("constructor:  i_rqdUnqGapCount must equal -1, or be greater than or equal to one.  When -1, the length of as_uniqueGapNames does not matter..");
    }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.APString

      sString = null;

      aoslc.lock();
      tData = new TemplateData(getName(),
        aoslc.getAOSLookup(),
        new APString(acsSurroundingText.getAOString()),
        tlao.sTagStart, tlao.sTagEnd);

      sName = null;

      if(optr_dbg.isOn())  {
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.APString

      <P><I>I know this uses a "shallow" clone of the string array.  Does it matter?  Is it no different than manually creating new string copies?</I></P>

      @return  <CODE>(new <A HREF="~JD~aps(s[])~EJD~">APString</A>(<A HREF="#getAOSShallowClone()">getAOSShallowClone</A>()))</CODE>
     **/
    protected final Object clone() throws CloneNotSupportedException  {
      return (new APString(getAOSShallowClone()));
    }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.APString

    bLmntNullOk = b_lmntNullOk;
    rclLmnt = rcl_lmntLength;

    asIllegal = as_illegal;
    apsIllegal = new APString(as_illegal);
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.array.APString

  /**
    <P>Get some information about this GCIConfig.</P>
   **/
  public final String toString()  {
    return this.getClass().getName() + ":  getCallingClassFunc()='" + getCallingClassFunc() + "', getAOSNames()=[" + (new APString(getAOSNames())).getList() + "], isEqualOk()=" + isEqualOk() + ", [" + getPARSCBad().toString() + "]";
  }
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.