C# 클래스 Mono.Debugger.Frontend.DebuggerCommand

상속: Command
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Error bool
Repeating bool

공개 메소드들

메소드 설명
Execute ( Interpreter interpreter ) : object
Execute ( ScriptingContext context ) : object
Repeat ( Interpreter interpreter ) : void
Resolve ( ScriptingContext context ) : bool

보호된 메소드들

메소드 설명
DoExecute ( ScriptingContext context ) : object
DoParseExpression ( ScriptingContext context, string arg ) : Expression
DoResolve ( ScriptingContext context ) : bool
DoResolveBase ( ScriptingContext context ) : bool
ParseExpression ( ScriptingContext context ) : Expression

메소드 상세

DoExecute() 보호된 추상적인 메소드

protected abstract DoExecute ( ScriptingContext context ) : object
context ScriptingContext
리턴 object

DoParseExpression() 보호된 메소드

protected DoParseExpression ( ScriptingContext context, string arg ) : Expression
context ScriptingContext
arg string
리턴 Expression

DoResolve() 보호된 메소드

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
리턴 bool

DoResolveBase() 보호된 메소드

protected DoResolveBase ( ScriptingContext context ) : bool
context ScriptingContext
리턴 bool

Execute() 공개 메소드

public Execute ( Interpreter interpreter ) : object
interpreter Interpreter
리턴 object

Execute() 공개 메소드

public Execute ( ScriptingContext context ) : object
context ScriptingContext
리턴 object

ParseExpression() 보호된 메소드

protected ParseExpression ( ScriptingContext context ) : Expression
context ScriptingContext
리턴 Expression

Repeat() 공개 메소드

public Repeat ( Interpreter interpreter ) : void
interpreter Interpreter
리턴 void

Resolve() 공개 메소드

public Resolve ( ScriptingContext context ) : bool
context ScriptingContext
리턴 bool

프로퍼티 상세

Error 보호되어 있는 프로퍼티

protected bool Error
리턴 bool

Repeating 보호되어 있는 프로퍼티

protected bool Repeating
리턴 bool