C# Class Babel.Compiler.MethodBaseData

Afficher le fichier Open project: shugo/babel

Protected Properties

Свойство Type Description
methodBase System.Reflection.MethodBase
parameterList ParameterList
typeManager TypeManager

Méthodes publiques

Méthode Description
Match ( TypedNodeList arguments ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
MethodBaseData ( TypeManager typeManager, MethodBase methodBase ) : System

Method Details

Match() public méthode

public Match ( TypedNodeList arguments ) : bool
arguments TypedNodeList
Résultat bool

MethodBaseData() protected méthode

protected MethodBaseData ( TypeManager typeManager, MethodBase methodBase ) : System
typeManager TypeManager
methodBase System.Reflection.MethodBase
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

methodBase protected_oe property

protected MethodBase,System.Reflection methodBase
Résultat System.Reflection.MethodBase

parameterList protected_oe property

protected ParameterList parameterList
Résultat ParameterList

typeManager protected_oe property

protected TypeManager,Babel.Compiler typeManager
Résultat TypeManager