public class SyntaxDebug extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NO_STATE_ASSIGNED |
static String |
NULL_STATE |
static String |
NULL_SYNTAX_MARK |
Syntax |
syntax |
Constructor and Description |
---|
SyntaxDebug(Syntax syntax) |
Modifier and Type | Method and Description |
---|---|
int |
debugScan()
Debug scanning on the given string.
|
int |
parseFile(String fileName)
Scans the whole file by some syntax scanner.
|
public static final String NO_STATE_ASSIGNED
public static final String NULL_STATE
public static final String NULL_SYNTAX_MARK
public Syntax syntax
public SyntaxDebug(Syntax syntax)
public int parseFile(String fileName) throws IOException
IOException
public int debugScan()