Property | Type | Description | |
---|---|---|---|
bufpos | int |
Property | Type | Description | |
---|---|---|---|
bufcolumn | int[] | ||
buffer | char[] | ||
bufline | int[] | ||
column | int | ||
inBuf | int | ||
inputStream | System.IO.StreamReader | ||
line | int | ||
maxNextCharInd | int | ||
prevCharIsCR | bool | ||
prevCharIsLF | bool |
Method | Description | |
---|---|---|
AdjustBeginLineColumn ( int newLine, int newCol ) : void |
Method to adjust line and column numbers for the start of a token.
|
|
Backup ( int amount ) : void | ||
BeginToken ( ) : char | ||
Done ( ) : void | ||
GetBeginColumn ( ) : int | ||
GetBeginLine ( ) : int | ||
GetColumn ( ) : int | ||
GetEndColumn ( ) : int | ||
GetEndLine ( ) : int | ||
GetImage ( ) : System.String | ||
GetLine ( ) : int | ||
GetSuffix ( int len ) : char[] | ||
ReInit ( System dstream ) : void | ||
ReInit ( System dstream, int startline, int startcolumn ) : void | ||
ReInit ( System dstream, int startline, int startcolumn, int buffersize ) : void | ||
ReadChar ( ) : char | ||
SimpleCharStream ( System dstream ) : System | ||
SimpleCharStream ( System dstream, int startline, int startcolumn ) : System | ||
SimpleCharStream ( System dstream, int startline, int startcolumn, int buffersize ) : System |
Method | Description | |
---|---|---|
ExpandBuff ( bool wrapAround ) : void | ||
FillBuff ( ) : void | ||
UpdateLineColumn ( char c ) : void |
public AdjustBeginLineColumn ( int newLine, int newCol ) : void | ||
newLine | int | |
newCol | int | |
return | void |
protected ExpandBuff ( bool wrapAround ) : void | ||
wrapAround | bool | |
return | void |
public ReInit ( System dstream, int startline, int startcolumn ) : void | ||
dstream | System | |
startline | int | |
startcolumn | int | |
return | void |
public ReInit ( System dstream, int startline, int startcolumn, int buffersize ) : void | ||
dstream | System | |
startline | int | |
startcolumn | int | |
buffersize | int | |
return | void |
public SimpleCharStream ( System dstream ) : System | ||
dstream | System | |
return | System |
public SimpleCharStream ( System dstream, int startline, int startcolumn ) : System | ||
dstream | System | |
startline | int | |
startcolumn | int | |
return | System |
public SimpleCharStream ( System dstream, int startline, int startcolumn, int buffersize ) : System | ||
dstream | System | |
startline | int | |
startcolumn | int | |
buffersize | int | |
return | System |
protected System.IO.StreamReader inputStream | ||
return | System.IO.StreamReader |