Method | Description | |
---|---|---|
Clone ( |
||
EvaluateExpression ( |
||
Parse ( string text ) : Mono.Debugger.ExpressionEvaluator.IExpression | ||
ParseLocation ( Thread target, |
||
ParseLocation ( |
Method | Description | |
---|---|---|
DoParse ( |
||
DoParseExpression ( |
||
FindFile ( |
Method | Description | |
---|---|---|
ExpressionParser ( |
||
ParseInternal ( string text ) : |
public Clone ( |
||
session | ||
return | IExpressionParser |
protected DoParse ( |
||
context | ||
type | LocationType | |
arg | string | |
return |
protected DoParseExpression ( |
||
context | ||
type | LocationType | |
arg | string | |
return |
public EvaluateExpression ( |
||
context | ||
text | string | |
format | DisplayFormat | |
return | string |
protected FindFile ( |
||
context | ||
filename | string | |
line | int | |
return |
public Parse ( string text ) : Mono.Debugger.ExpressionEvaluator.IExpression | ||
text | string | |
return | Mono.Debugger.ExpressionEvaluator.IExpression |
public ParseLocation ( Thread target, |
||
target | Thread | |
frame | ||
type | LocationType | |
arg | string | |
return |
public ParseLocation ( |
||
context | ||
arg | string | |
location | ||
return | bool |