public final class ASCII_CharStream extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
bufpos |
static boolean |
staticFlag |
| Constructor and Description |
|---|
ASCII_CharStream(InputStream dstream,
int startline,
int startcolumn) |
ASCII_CharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize) |
ASCII_CharStream(Reader dstream,
int startline,
int startcolumn) |
ASCII_CharStream(Reader dstream,
int startline,
int startcolumn,
int buffersize) |
| Modifier and Type | Method and Description |
|---|---|
static void |
adjustBeginLineColumn(int newLine,
int newCol)
Method to adjust line and column numbers for the start of a token.
|
static void |
backup(int amount) |
static char |
BeginToken() |
static void |
Done() |
static int |
getBeginColumn() |
static int |
getBeginLine() |
static int |
getColumn()
Deprecated.
|
static int |
getEndColumn() |
static int |
getEndLine() |
static String |
GetImage() |
static int |
getLine()
Deprecated.
|
static char[] |
GetSuffix(int len) |
static char |
readChar() |
static void |
ReInit(InputStream dstream,
int startline,
int startcolumn) |
static void |
ReInit(InputStream dstream,
int startline,
int startcolumn,
int buffersize) |
static void |
ReInit(Reader dstream,
int startline,
int startcolumn) |
static void |
ReInit(Reader dstream,
int startline,
int startcolumn,
int buffersize) |
public static final boolean staticFlag
public static int bufpos
public ASCII_CharStream(Reader dstream, int startline, int startcolumn, int buffersize)
public ASCII_CharStream(Reader dstream, int startline, int startcolumn)
public ASCII_CharStream(InputStream dstream, int startline, int startcolumn, int buffersize)
public ASCII_CharStream(InputStream dstream, int startline, int startcolumn)
public static final char BeginToken()
throws IOException
IOExceptionpublic static final char readChar()
throws IOException
IOExceptionpublic static final int getColumn()
getEndColumn()public static final int getLine()
getEndLine()public static final int getEndColumn()
public static final int getEndLine()
public static final int getBeginColumn()
public static final int getBeginLine()
public static final void backup(int amount)
public static void ReInit(Reader dstream, int startline, int startcolumn, int buffersize)
public static void ReInit(Reader dstream, int startline, int startcolumn)
public static void ReInit(InputStream dstream, int startline, int startcolumn, int buffersize)
public static void ReInit(InputStream dstream, int startline, int startcolumn)
public static final String GetImage()
public static final char[] GetSuffix(int len)
public static void Done()
public static void adjustBeginLineColumn(int newLine,
int newCol)
Copyright © 2019. All rights reserved.