C# 클래스 AjTalk.Model.MethodModel

상속: IVisitable
파일 보기 프로젝트 열기: ajlopez/AjTalk 1 사용 예제들

공개 메소드들

메소드 설명
HasBlock ( ) : bool
HasBlock ( IEnumerable expressions ) : bool
MethodModel ( string selector, IList parameterNames, IList localVariables, IEnumerable body ) : System
MethodModel ( string selector, IList parameterNames, IList localVariables, IEnumerable body, ClassModel @class, bool isClassMethod ) : System
Visit ( IVisitor visitor ) : void

메소드 상세

HasBlock() 공개 메소드

public HasBlock ( ) : bool
리턴 bool

HasBlock() 공개 메소드

public HasBlock ( IEnumerable expressions ) : bool
expressions IEnumerable
리턴 bool

MethodModel() 공개 메소드

public MethodModel ( string selector, IList parameterNames, IList localVariables, IEnumerable body ) : System
selector string
parameterNames IList
localVariables IList
body IEnumerable
리턴 System

MethodModel() 공개 메소드

public MethodModel ( string selector, IList parameterNames, IList localVariables, IEnumerable body, ClassModel @class, bool isClassMethod ) : System
selector string
parameterNames IList
localVariables IList
body IEnumerable
@class ClassModel
isClassMethod bool
리턴 System

Visit() 공개 메소드

public Visit ( IVisitor visitor ) : void
visitor IVisitor
리턴 void