public class ParserUtils extends Object
| Constructor and Description |
|---|
ParserUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEOF(int c)
The character represent a end of file as returned by cursor.
|
static boolean |
isEOL(int c)
Return true if the specified character is an end of line character.
|
static boolean |
isSpace(int c)
Return true if the specified character is a space character.
|
public static boolean isEOF(int c)
public static boolean isEOL(int c)
public static boolean isSpace(int c)
Copyright © 2015. All rights reserved.