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

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


   **/
  public CRLineAnalyzer(StringBuffer sb_line, int i_lineNumber, int i_mlcStartLine, int i_varStartLine, StringOrBuffer sob_varStartName, char c_varStartDelim, Outputter optr_dbg, CRLAObjects crla_objectsthrows ConfigFormatException  {
    //Validate parameters...START
      SOBStringBuffer ssbLine = new SOBStringBuffer(sb_line);

      if(!ssbLine.endsWith(sLINE_SEP))  {
        //This is the last line in the source text.
        bLastLine = true;

      else  {
        //The line *does* end with the line separator.
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.