C# 클래스 Babel.Compiler.MethodData

상속: MethodBaseData
파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

공개 메소드들

메소드 설명
ConflictWith ( MethodSignature method ) : bool
ConformTo ( MethodData method ) : bool
Match ( string name, TypedNodeList arguments, bool hasReturnValue ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
MethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System

메소드 상세

ConflictWith() 공개 메소드

public ConflictWith ( MethodSignature method ) : bool
method MethodSignature
리턴 bool

ConformTo() 공개 메소드

public ConformTo ( MethodData method ) : bool
method MethodData
리턴 bool

Match() 공개 메소드

public Match ( string name, TypedNodeList arguments, bool hasReturnValue ) : bool
name string
arguments TypedNodeList
hasReturnValue bool
리턴 bool

MethodData() 보호된 메소드

protected MethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System
typeManager TypeManager
methodInfo System.Reflection.MethodInfo
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string