C# Class Operation, tf_client

Exibir arquivo Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
Execute ( TransitionInterpreter, interpreter ) : bool
Parse ( string opDesc ) : bool
UpdateInstructionIndex ( TransitionInterpreter interpreter ) : void

Method Details

Execute() public abstract method

public abstract Execute ( TransitionInterpreter, interpreter ) : bool
interpreter TransitionInterpreter,
return bool

Parse() public abstract method

public abstract Parse ( string opDesc ) : bool
opDesc string
return bool

UpdateInstructionIndex() public method

public UpdateInstructionIndex ( TransitionInterpreter interpreter ) : void
interpreter TransitionInterpreter
return void