| |
|
| java.lang.Object org.netbeans.editor.SyntaxDebug
SyntaxDebug | public class SyntaxDebug (Code) | | Debugging stuff for the syntax scanners
author: Miloslav Metelka version: 1.00 |
Method Summary | |
public int | debugScan() Debug scanning on the given string. | public int | parseFile(String fileName) Scans the whole file by some syntax scanner. |
NO_STATE_ASSIGNED | final public static String NO_STATE_ASSIGNED(Code) | | |
NULL_SYNTAX_MARK | final public static String NULL_SYNTAX_MARK(Code) | | |
debugScan | public int debugScan()(Code) | | Debug scanning on the given string. Write output to console. It returns
number of tokens found (excluding EOL and EOT).
|
parseFile | public int parseFile(String fileName) throws IOException(Code) | | Scans the whole file by some syntax scanner.
number of tokens found |
|
|
|