C# Class Lexer, shared-source-cli-2.0

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
tokens Queue,

Méthodes publiques

Méthode Description
Lex ( ) : bool
Lexer ( String f ) : System

Private Methods

Méthode Description
GetNextToken ( ) : Token,

Method Details

Lex() public méthode

public Lex ( ) : bool
Résultat bool

Lexer() public méthode

public Lexer ( String f ) : System
f String
Résultat System

Property Details

tokens public_oe property

public Queue, tokens
Résultat Queue,