프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bufpos | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bufcolumn | int[] | ||
buffer | char[] | ||
bufline | int[] | ||
column | int | ||
inBuf | int | ||
inputStream | System.IO.StreamReader | ||
line | int | ||
maxNextCharInd | int | ||
prevCharIsCR | bool | ||
prevCharIsLF | bool |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ExpandBuff ( bool wrapAround ) : void | ||
FillBuff ( ) : void | ||
UpdateLineColumn ( char c ) : void |
public AdjustBeginLineColumn ( int newLine, int newCol ) : void | ||
newLine | int | |
newCol | int | |
리턴 | void |
public ReInit ( System dstream, int startline, int startcolumn ) : void | ||
dstream | System | |
startline | int | |
startcolumn | int | |
리턴 | void |
public ReInit ( System dstream, int startline, int startcolumn, int buffersize ) : void | ||
dstream | System | |
startline | int | |
startcolumn | int | |
buffersize | int | |
리턴 | void |
public SimpleCharStream ( System dstream ) : System | ||
dstream | System | |
리턴 | System |
public SimpleCharStream ( System dstream, int startline, int startcolumn ) : System | ||
dstream | System | |
startline | int | |
startcolumn | int | |
리턴 | System |
public SimpleCharStream ( System dstream, int startline, int startcolumn, int buffersize ) : System | ||
dstream | System | |
startline | int | |
startcolumn | int | |
buffersize | int | |
리턴 | System |