Package com.uic.ase.proj.xbn.config

Examples of com.uic.ase.proj.xbn.config.InsideWhitespace.charAt()


        //value.  It is a line *between* variables or
        //comments.

        if(iwLine.length() > 0)  {
          String sMLCEnd = sES;
          if(iwLine.charAt(iwLine.length() - 1) == crlao.crc.getCRCDelimiters().getMLCEnd())  {
            //Special condition, for a clearer error message
            sMLCEnd = ".  Also note:  The last character in this line is a multi-line comment end delimiter ('" + crlao.crc.getCRCDelimiters().getMLCEnd() + "').  If this is meant to be the end of a multi-line comment, it was never started";
          }

          throwCFX(iwLine, "Stray text found.  This line is not part of any variable or comment, but contains non-whitespace characters.  Note that cr_config.getCRCVariable().is1stLineWSEmptyString() equals " + crlao.crc.getCRCVariable().is1stLineWSEmptyString() + sMLCEnd);
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.