C# Class Mono.Debugger.Frontend.TypeExpression

Inheritance: TypeExpr
Show file Open project: baulig/debugger

Public Methods

Method Description
TypeExpression ( TargetType type ) : System

Protected Methods

Method Description
DoResolve ( ScriptingContext context ) : Expression
DoResolveType ( ScriptingContext context ) : Expression

Method Details

DoResolve() protected method

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

DoResolveType() protected method

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

TypeExpression() public method

public TypeExpression ( TargetType type ) : System
type Mono.Debugger.Languages.TargetType
return System