Class symantec.itools.db.beans.qbe.UCode_CharStream
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.qbe.UCode_CharStream
Object
|
+----symantec.itools.db.beans.qbe.UCode_CharStream
- public final class UCode_CharStream
- extends Object
An implementation of interface CharStream, where the stream is assumed to
contain only Unicode characters.
-
bufpos
-
-
staticFlag
-
-
symantec.itools.db.beans.qbe.UCode_CharStream(Reader, int, int, int)
-
-
symantec.itools.db.beans.qbe.UCode_CharStream(Reader, int, int)
-
-
symantec.itools.db.beans.qbe.UCode_CharStream(InputStream, int, int, int)
-
-
symantec.itools.db.beans.qbe.UCode_CharStream(InputStream, int, int)
-
-
BeginToken()
-
-
Done()
-
-
GetImage()
-
-
GetSuffix(int)
-
-
ReInit(Reader, int, int, int)
-
-
ReInit(Reader, int, int)
-
-
ReInit(InputStream, int, int, int)
-
-
ReInit(InputStream, int, int)
-
-
adjustBeginLineColumn(int, int)
- Method to adjust line and column numbers for the start of a token.
-
backup(int)
-
-
getBeginColumn()
-
-
getBeginLine()
-
-
getColumn()
-
-
getEndColumn()
-
-
getEndLine()
-
-
getLine()
-
-
readChar()
-
bufpos
public int bufpos
staticFlag
public static final boolean staticFlag
UCode_CharStream
public UCode_CharStream(Reader dstream,
int startline,
int startcolumn,
int buffersize)
UCode_CharStream
public UCode_CharStream(Reader dstream,
int startline,
int startcolumn)
UCode_CharStream
public UCode_CharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
UCode_CharStream
public UCode_CharStream(InputStream dstream,
int startline,
int startcolumn)
BeginToken
public char BeginToken() throws IOException
Done
public void Done()
GetImage
public final java.lang.String GetImage()
GetSuffix
public final char[] GetSuffix(int len)
ReInit
public void ReInit(Reader dstream,
int startline,
int startcolumn,
int buffersize)
ReInit
public void ReInit(Reader dstream,
int startline,
int startcolumn)
ReInit
public void ReInit(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
ReInit
public void ReInit(InputStream dstream,
int startline,
int startcolumn)
adjustBeginLineColumn
public void adjustBeginLineColumn(int newLine,
int newCol)
- Method to adjust line and column numbers for the start of a token.
backup
public final void backup(int amount)
getBeginColumn
public final int getBeginColumn()
getBeginLine
public final int getBeginLine()
getColumn
public final int getColumn()
- Note: getColumn() is deprecated.
-
- See Also:
- getEndColumn
getEndColumn
public final int getEndColumn()
getEndLine
public final int getEndLine()
getLine
public final int getLine()
- Note: getLine() is deprecated.
-
- See Also:
- getEndLine
readChar
public final char readChar() throws IOException
All Packages Class Hierarchy This Package Previous Next Index