C# Class AspectSharp.Lang.AST.MethodSignature

Datei anzeigen Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Property Type Description
ALL_MARK String

Public Methods

Method Description
AddArgumentType ( String typeName ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodSignature ( String retType, String methodName ) : System
MethodSignature ( String access, String retType, String methodName ) : System
ToString ( ) : String

Protected Methods

Method Description
MethodSignature ( ) : System

Private Methods

Method Description
ArgumentsHashCode ( ) : int
BuildArguments ( ) : String

Method Details

AddArgumentType() public method

public AddArgumentType ( String typeName ) : void
typeName String
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodSignature() protected method

protected MethodSignature ( ) : System
return System

MethodSignature() public method

public MethodSignature ( String retType, String methodName ) : System
retType String
methodName String
return System

MethodSignature() public method

public MethodSignature ( String access, String retType, String methodName ) : System
access String
retType String
methodName String
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

ALL_MARK protected_oe static_oe property

protected static String ALL_MARK
return String