C# Class SimpleParser.Parser.Storage

ファイルを表示 Open project: aloker/ExampleParser Class Usage Examples

Public Methods

Method Description
Declare ( string name ) : Variable
Declare ( string name, int initialValue ) : Variable
GetVariable ( string name ) : Variable
GetVariable ( string name, bool createIfMissing ) : Variable
this ( string variable ) : int

Method Details

Declare() public method

public Declare ( string name ) : Variable
name string
return Variable

Declare() public method

public Declare ( string name, int initialValue ) : Variable
name string
initialValue int
return Variable

GetVariable() public method

public GetVariable ( string name ) : Variable
name string
return Variable

GetVariable() public method

public GetVariable ( string name, bool createIfMissing ) : Variable
name string
createIfMissing bool
return Variable

this() public method

public this ( string variable ) : int
variable string
return int