Examples of GCIConfig


Examples of com.uic.ase.proj.xbn.string.GCIConfig

      }
      acsNames.add("crc_variable.getCRCVUnescape().getEscapeChar()");
    //Get name array for getContainedIdxs...END

    SOBString[] ass = (new PASString(vws.getAOString())).getNewAOSOBString();
    (new UtilSOB()).getContainedIdxs(ass, (new GCIConfig("xbn.config.CRConfig.constructor", acsNames.getAOString(), false)));

    ZCICharErr cice = new ZCICharErr("crc_variable.getNullValue()");
    SOBString ssNV = new SOBString(crc_variable.getNullValue());

    for(int i = 0; i < crc_delimiters.getVarDelimsAPC().getLength(); i++)  {
View Full Code Here

Examples of com.uic.ase.proj.xbn.string.GCIConfig

    <P>If any StringOrBuffer is contained in (or equal to) any other, get information describing the containment.</P>

    <P>Equal to <CODE><A HREF="~JD~getContainedIdxs(sob[],gcic)~EJD~">getSOBS</A>(a_strOrBfr, (new <A HREF="~JD~gcic#gcic()~EJD~">GCIConfig</A>()))</CODE></P>
   **/
  public final i_i_i getContainedIdxs(StringOrBuffer[] a_strOrBfr)  {
    return getContainedIdxs(a_strOrBfr, (new GCIConfig()));
  }
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.