C# Class Goedel.Cryptography.KeyFile.KeyFileLex

Inheritance: global::Goedel.FSR.Lexer
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Méthode Description
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 ( ) : TaggedData
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

Method Details

Abort() public méthode

Do nothing
public Abort ( int c ) : void
c int
Résultat void

AddTag() public méthode

public AddTag ( int c ) : void
c int
Résultat void

Base64() public méthode

Record the encoded data
public Base64 ( int c ) : void
c int Character that was read
Résultat void

Begin() public méthode

public Begin ( int c ) : void
c int
Résultat void

Count1() public méthode

Count the inital staring armor tag
public Count1 ( int c ) : void
c int Character that was read
Résultat void

Count2() public méthode

Count the inital finishing armor tag;
public Count2 ( int c ) : void
c int Character that was read
Résultat void

Count3() public méthode

Count the final staring armor tag;
public Count3 ( int c ) : void
c int Character that was read
Résultat void

Count4() public méthode

Count the final finishing armor tag;
public Count4 ( int c ) : void
c int Character that was read
Résultat void

End() public méthode

public End ( int c ) : void
c int
Résultat void

GetTaggedData() public méthode

public GetTaggedData ( ) : TaggedData
Résultat TaggedData

GetToken() public méthode

Get the next token from the stream
public GetToken ( ) : Token
Résultat Token

GetToken() public méthode

Get the next token from the stream
public GetToken ( State StartState ) : Token
StartState State The initial starting state
Résultat Token

Init() public méthode

public Init ( ) : void
Résultat void

KeyFileLex() public méthode

Create and initialize a lexical analyzer.
public KeyFileLex ( LexReader Reader ) : System
Reader LexReader The input source.
Résultat System

KeyFileLex() public méthode

Create and initialize a lexical analyzer.
public KeyFileLex ( Stream Stream ) : System
Stream Stream The input source.
Résultat System

KeyFileLex() public méthode

Create and initialize a lexical analyzer.
public KeyFileLex ( TextReader TextReader ) : System
TextReader TextReader The input source.
Résultat System

Reset() public méthode

Do nothing
public Reset ( int c ) : void
c int Character that was read
Résultat void

Tag1() public méthode

Record the initial item description
public Tag1 ( int c ) : void
c int Character that was read
Résultat void

Tag2() public méthode

Record the final item description
public Tag2 ( int c ) : void
c int Character that was read
Résultat void