C# 클래스 Boo.Lang.Compiler.Ast.Expression

파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_expressionType Boo.Lang.Compiler.TypeSystem.IType

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Expression ( ) : System
Expression ( LexicalInfo lexicalInfoProvider ) : System
Lift ( Expression e ) : Expression
Lift ( ParameterDeclaration p ) : Expression
Lift ( Boo.Lang.Compiler.Ast.TypeDefinition type ) : Expression
Lift ( int i ) : Expression
Lift ( string s ) : Expression

메소드 상세

Expression() 공개 메소드

public Expression ( ) : System
리턴 System

Expression() 공개 메소드

public Expression ( LexicalInfo lexicalInfoProvider ) : System
lexicalInfoProvider LexicalInfo
리턴 System

Lift() 공개 정적인 메소드

public static Lift ( Expression e ) : Expression
e Expression
리턴 Expression

Lift() 공개 정적인 메소드

public static Lift ( ParameterDeclaration p ) : Expression
p ParameterDeclaration
리턴 Expression

Lift() 공개 정적인 메소드

public static Lift ( Boo.Lang.Compiler.Ast.TypeDefinition type ) : Expression
type Boo.Lang.Compiler.Ast.TypeDefinition
리턴 Expression

Lift() 공개 정적인 메소드

public static Lift ( int i ) : Expression
i int
리턴 Expression

Lift() 공개 정적인 메소드

public static Lift ( string s ) : Expression
s string
리턴 Expression

프로퍼티 상세

_expressionType 보호되어 있는 프로퍼티

protected Boo.Lang.Compiler.TypeSystem.IType _expressionType
리턴 Boo.Lang.Compiler.TypeSystem.IType