C# Class LittleTalk.Op

显示文件 Open project: hugoferreira/LittleTalk

Public Properties

Property Type Description
action Action

Public Methods

Method Description
Execute ( Interpreter ctx ) : void

Protected Methods

Method Description
Op ( Action action ) : System

Method Details

Execute() public method

public Execute ( Interpreter ctx ) : void
ctx Interpreter
return void

Op() protected method

protected Op ( Action action ) : System
action Action
return System

Property Details

action public_oe property

public Action action
return Action