public class SyntaxException
extends java.lang.Exception
Syntaxer
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
charCounter |
static java.util.ArrayList<Token> |
tokens |
Constructor and Description |
---|
SyntaxException(int i,
TokenTree tree) |
Modifier and Type | Method and Description |
---|---|
static void |
init(java.util.ArrayList<Token> _tokens) |