public abstract class Gulper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
currentChar |
protected int |
fileColumn |
protected int |
fileLine |
protected java.lang.String |
fileName |
protected int |
lastChar |
protected boolean |
pushedBack |
protected java.util.Stack<java.lang.Integer> |
stack |
Constructor and Description |
---|
Gulper(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentChar() |
int |
getFileColumn() |
int |
getFileLine() |
java.lang.String |
getFileName() |
abstract void |
gulpChar() |
void |
pushBack() |