C# Class Babel.Compiler.MethodBaseData

Mostra file Open project: shugo/babel

Protected Properties

Property Type Description
methodBase System.Reflection.MethodBase
parameterList ParameterList
typeManager TypeManager

Public Methods

Method Description
Match ( TypedNodeList arguments ) : bool
ToString ( ) : string

Protected Methods

Method Description
MethodBaseData ( TypeManager typeManager, MethodBase methodBase ) : System

Method Details

Match() public method

public Match ( TypedNodeList arguments ) : bool
arguments TypedNodeList
return bool

MethodBaseData() protected method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

methodBase protected_oe property

protected MethodBase,System.Reflection methodBase
return System.Reflection.MethodBase

parameterList protected_oe property

protected ParameterList parameterList
return ParameterList

typeManager protected_oe property

protected TypeManager,Babel.Compiler typeManager
return TypeManager