public class ParserUtils extends Object
Constructor and Description |
---|
ParserUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
checkEndOfLine(char[] chars,
int j) |
static int |
checkToken(String token,
char[] chars,
int offset,
boolean caseSensitive) |
static int |
checkTokenSoft(String token,
char[] chars,
int offset,
boolean caseSensitive) |
public static int checkToken(String token, char[] chars, int offset, boolean caseSensitive) throws IOException
IOException
public static int checkTokenSoft(String token, char[] chars, int offset, boolean caseSensitive)
public static void checkEndOfLine(char[] chars, int j) throws IOException
IOException
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.