C# Class Babel.Compiler.MethodData

Inheritance: MethodBaseData
Exibir arquivo Open project: shugo/babel Class Usage Examples

Public Methods

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

Protected Methods

Method Description
MethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System

Method Details

ConflictWith() public method

public ConflictWith ( MethodSignature method ) : bool
method MethodSignature
return bool

ConformTo() public method

public ConformTo ( MethodData method ) : bool
method MethodData
return bool

Match() public method

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

MethodData() protected method

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

ToString() public method

public ToString ( ) : string
return string