C# 클래스 Phantom.Core.Language.RunnableParser

파일 보기 프로젝트 열기: JeremySkinner/Phantom 1 사용 예제들

공개 메소드들

메소드 설명
IsRunnable ( Expression expression ) : bool
RunnableParser ( NameResolutionService nameResolutionService ) : System.Linq

비공개 메소드들

메소드 설명
IsRunnable ( IType @interface ) : bool

메소드 상세

IsRunnable() 공개 메소드

public IsRunnable ( Expression expression ) : bool
expression Boo.Lang.Compiler.Ast.Expression
리턴 bool

RunnableParser() 공개 메소드

public RunnableParser ( NameResolutionService nameResolutionService ) : System.Linq
nameResolutionService Boo.Lang.Compiler.TypeSystem.NameResolutionService
리턴 System.Linq