Packagecom.ericfeminella.utils.introspection
Classpublic class MethodSignature
Implementsflash.events.IEventDispatcher



Public Methods
 MethodDefined by
  
MethodSignature(name:String, returnType:String, declaredBy:String)
Instantiates a new MethodSignature object
MethodSignature
Constructor detail
MethodSignature()constructor
public function MethodSignature(name:String, returnType:String, declaredBy:String)

Instantiates a new MethodSignature object

Parameters
name:String — method name
 
returnType:String — method return type
 
declaredBy:String — class in which the method was declared by