Метод | Описание | |
---|---|---|
Abort ( int c ) : void |
Do nothing
|
|
AddTag ( int c ) : void | ||
Base64 ( int c ) : void |
Record the encoded data
|
|
Begin ( int c ) : void | ||
Count1 ( int c ) : void |
Count the inital staring armor tag
|
|
Count2 ( int c ) : void |
Count the inital finishing armor tag;
|
|
Count3 ( int c ) : void |
Count the final staring armor tag;
|
|
Count4 ( int c ) : void |
Count the final finishing armor tag;
|
|
End ( int c ) : void | ||
GetTaggedData ( ) : |
||
GetToken ( ) : Token |
Get the next token from the stream
|
|
GetToken ( State StartState ) : Token |
Get the next token from the stream
|
|
Init ( ) : void | ||
KeyFileLex ( LexReader Reader ) : System |
Create and initialize a lexical analyzer.
|
|
KeyFileLex ( Stream Stream ) : System |
Create and initialize a lexical analyzer.
|
|
KeyFileLex ( TextReader TextReader ) : System |
Create and initialize a lexical analyzer.
|
|
Reset ( int c ) : void |
Do nothing
|
|
Tag1 ( int c ) : void |
Record the initial item description
|
|
Tag2 ( int c ) : void |
Record the final item description
|
public Base64 ( int c ) : void | ||
c | int | Character that was read |
Результат | void |
public Count1 ( int c ) : void | ||
c | int | Character that was read |
Результат | void |
public Count2 ( int c ) : void | ||
c | int | Character that was read |
Результат | void |
public Count3 ( int c ) : void | ||
c | int | Character that was read |
Результат | void |
public Count4 ( int c ) : void | ||
c | int | Character that was read |
Результат | void |
public GetToken ( State StartState ) : Token | ||
StartState | State | The initial starting state |
Результат | Token |
public KeyFileLex ( LexReader Reader ) : System | ||
Reader | LexReader | The input source. |
Результат | System |
public KeyFileLex ( Stream Stream ) : System | ||
Stream | Stream | The input source. |
Результат | System |
public KeyFileLex ( TextReader TextReader ) : System | ||
TextReader | TextReader | The input source. |
Результат | System |