C# Class Creatures.Language.Parsers.Constructor

ファイルを表示 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
CloneValue ( string command ) : ICommand
CloseCondition ( string command ) : ICommand
Condition ( string command ) : ICommand
GetRandom ( string command ) : ICommand
GetState ( string command ) : ICommand
Minus ( string command ) : ICommand
NewArray ( string command ) : ICommand
NewInt ( string command ) : ICommand
Plus ( string command ) : ICommand
Print ( string command ) : ICommand
SetValue ( string command ) : ICommand
Stop ( string command ) : ICommand

Private Methods

Method Description
CheckTypeNamePair ( string type, string value ) : string
IsIdentifier ( string value ) : bool

Method Details

CloneValue() public method

public CloneValue ( string command ) : ICommand
command string
return ICommand

CloseCondition() public method

public CloseCondition ( string command ) : ICommand
command string
return ICommand

Condition() public method

public Condition ( string command ) : ICommand
command string
return ICommand

GetRandom() public method

public GetRandom ( string command ) : ICommand
command string
return ICommand

GetState() public method

public GetState ( string command ) : ICommand
command string
return ICommand

Minus() public method

public Minus ( string command ) : ICommand
command string
return ICommand

NewArray() public method

public NewArray ( string command ) : ICommand
command string
return ICommand

NewInt() public method

public NewInt ( string command ) : ICommand
command string
return ICommand

Plus() public method

public Plus ( string command ) : ICommand
command string
return ICommand

Print() public method

public Print ( string command ) : ICommand
command string
return ICommand

SetValue() public method

public SetValue ( string command ) : ICommand
command string
return ICommand

Stop() public method

public Stop ( string command ) : ICommand
command string
return ICommand