C# Class Babel.Compiler.MethodData

Inheritance: MethodBaseData
Afficher le fichier Open project: shugo/babel Class Usage Examples

Méthodes publiques

Méthode Description
ConflictWith ( MethodSignature method ) : bool
ConformTo ( MethodData method ) : bool
Match ( string name, TypedNodeList arguments, bool hasReturnValue ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
MethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System

Method Details

ConflictWith() public méthode

public ConflictWith ( MethodSignature method ) : bool
method MethodSignature
Résultat bool

ConformTo() public méthode

public ConformTo ( MethodData method ) : bool
method MethodData
Résultat bool

Match() public méthode

public Match ( string name, TypedNodeList arguments, bool hasReturnValue ) : bool
name string
arguments TypedNodeList
hasReturnValue bool
Résultat bool

MethodData() protected méthode

protected MethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System
typeManager TypeManager
methodInfo System.Reflection.MethodInfo
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string