C# Class Boo.Lang.Compiler.TypeSystem.CallableSignature

Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
AreSameParameters ( IParameter lhs, IParameter rhs ) : bool
CallableSignature ( IMethod method ) : System
CallableSignature ( IParameter parameters, IType returnType ) : System
CallableSignature ( IParameter parameters, IType returnType, bool acceptVarArgs ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
Initialize ( IParameter parameters, IType returnType, bool acceptVarArgs ) : void
InitializeHashCode ( ) : void

Method Details

AreSameParameters() public static méthode

public static AreSameParameters ( IParameter lhs, IParameter rhs ) : bool
lhs IParameter
rhs IParameter
Résultat bool

CallableSignature() public méthode

public CallableSignature ( IMethod method ) : System
method IMethod
Résultat System

CallableSignature() public méthode

public CallableSignature ( IParameter parameters, IType returnType ) : System
parameters IParameter
returnType IType
Résultat System

CallableSignature() public méthode

public CallableSignature ( IParameter parameters, IType returnType, bool acceptVarArgs ) : System
parameters IParameter
returnType IType
acceptVarArgs bool
Résultat System

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string