C# 클래스 Babel.Compiler.MethodBaseData

파일 보기 프로젝트 열기: shugo/babel

보호된 프로퍼티들

프로퍼티 타입 설명
methodBase System.Reflection.MethodBase
parameterList ParameterList
typeManager TypeManager

공개 메소드들

메소드 설명
Match ( TypedNodeList arguments ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
MethodBaseData ( TypeManager typeManager, MethodBase methodBase ) : System

메소드 상세

Match() 공개 메소드

public Match ( TypedNodeList arguments ) : bool
arguments TypedNodeList
리턴 bool

MethodBaseData() 보호된 메소드

protected MethodBaseData ( TypeManager typeManager, MethodBase methodBase ) : System
typeManager TypeManager
methodBase System.Reflection.MethodBase
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

methodBase 보호되어 있는 프로퍼티

protected MethodBase,System.Reflection methodBase
리턴 System.Reflection.MethodBase

parameterList 보호되어 있는 프로퍼티

protected ParameterList parameterList
리턴 ParameterList

typeManager 보호되어 있는 프로퍼티

protected TypeManager,Babel.Compiler typeManager
리턴 TypeManager