C# Class PackageParser, tf_client

Inheritance: Parser
Mostra file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
kTokenDef string

Public Methods

Method Description
GetDefinition ( string key ) : string
InitParse ( ) : void
IsDefined ( string key ) : bool

Private Methods

Method 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 method

public static GetDefinition ( string key ) : string
key string
return string

InitParse() public static method

public static InitParse ( ) : void
return void

IsDefined() public static method

public static IsDefined ( string key ) : bool
key string
return bool

Property Details

kTokenDef public_oe static_oe property

public static string kTokenDef
return string