C# Class PackageParser, tf_client

Inheritance: Parser
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
kTokenDef string

Méthodes publiques

Méthode Description
GetDefinition ( string key ) : string
InitParse ( ) : void
IsDefined ( string key ) : bool

Private Methods

Méthode Description
GetHandlers ( ) : ParseHandler>.Dictionary
HandleDefinition ( int lineNumber, string tokens ) : bool
HandleDone ( int lineNumber, string tokens ) : bool
HandleStart ( int lineNumber, string tokens ) : bool

Method Details

GetDefinition() public static méthode

public static GetDefinition ( string key ) : string
key string
Résultat string

InitParse() public static méthode

public static InitParse ( ) : void
Résultat void

IsDefined() public static méthode

public static IsDefined ( string key ) : bool
key string
Résultat bool

Property Details

kTokenDef public_oe static_oe property

public static string kTokenDef
Résultat string