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

상속: Expression
파일 보기 프로젝트 열기: baulig/debugger

공개 메소드들

메소드 설명
TypeOfExpression ( Expression expr ) : System

보호된 메소드들

메소드 설명
DoResolve ( ScriptingContext context ) : Expression
DoResolveType ( ScriptingContext context ) : Expression

메소드 상세

DoResolve() 보호된 메소드

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

DoResolveType() 보호된 메소드

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

TypeOfExpression() 공개 메소드

public TypeOfExpression ( Expression expr ) : System
expr Expression
리턴 System