Package com.uic.ase.proj.xbn.string

Examples of com.uic.ase.proj.xbn.string.SOBStringBuffer.charAt()


    else  {
      //This line contains an unescaped variable delimiter
      //and is therefore the first in a variable's value.

      sVarName = ssbLine.substring(0, iDelimActual);
      cDelimiter = ssbLine.charAt(iDelimActual);

      iVarStartLine = iLineNumber;
      sobVarStartName = new SOBString(sVarName);
      cVarStartDelim = cDelimiter;
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.