C# Class Mono.Debugger.Frontend.DebuggerCommand

Inheritance: Command
Exibir arquivo Open project: baulig/debugger Class Usage Examples

Protected Properties

Property Type Description
Error bool
Repeating bool

Public Methods

Method Description
Execute ( Interpreter interpreter ) : object
Execute ( ScriptingContext context ) : object
Repeat ( Interpreter interpreter ) : void
Resolve ( ScriptingContext context ) : bool

Protected Methods

Method Description
DoExecute ( ScriptingContext context ) : object
DoParseExpression ( ScriptingContext context, string arg ) : Expression
DoResolve ( ScriptingContext context ) : bool
DoResolveBase ( ScriptingContext context ) : bool
ParseExpression ( ScriptingContext context ) : Expression

Method Details

DoExecute() protected abstract method

protected abstract DoExecute ( ScriptingContext context ) : object
context ScriptingContext
return object

DoParseExpression() protected method

protected DoParseExpression ( ScriptingContext context, string arg ) : Expression
context ScriptingContext
arg string
return Expression

DoResolve() protected method

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
return bool

DoResolveBase() protected method

protected DoResolveBase ( ScriptingContext context ) : bool
context ScriptingContext
return bool

Execute() public method

public Execute ( Interpreter interpreter ) : object
interpreter Interpreter
return object

Execute() public method

public Execute ( ScriptingContext context ) : object
context ScriptingContext
return object

ParseExpression() protected method

protected ParseExpression ( ScriptingContext context ) : Expression
context ScriptingContext
return Expression

Repeat() public method

public Repeat ( Interpreter interpreter ) : void
interpreter Interpreter
return void

Resolve() public method

public Resolve ( ScriptingContext context ) : bool
context ScriptingContext
return bool

Property Details

Error protected_oe property

protected bool Error
return bool

Repeating protected_oe property

protected bool Repeating
return bool