Packageorg.spicefactory.parsley.core.registry.definition.impl
Classpublic class DefaultMethodParameterRegistry
InheritanceDefaultMethodParameterRegistry Inheritance AbstractParameterRegistry Inheritance AbstractRegistry Inheritance Object
Implements MethodParameterRegistry
Deprecated: Deprecated



Public Properties
 PropertyDefined By
  method : Method
[read-only]
DefaultMethodParameterRegistry
Protected Properties
 PropertyDefined By
 Inheriteddefinition : ObjectDefinition
AbstractRegistry
Public Methods
 MethodDefined By
  
DefaultMethodParameterRegistry
  
DefaultMethodParameterRegistry
  
DefaultMethodParameterRegistry
  
DefaultMethodParameterRegistry
 Inherited
getAll():Array
AbstractParameterRegistry
 Inherited
getAt(index:uint):*
AbstractParameterRegistry
Protected Methods
 MethodDefined By
 Inherited
checkState():void
AbstractRegistry
 Inherited
doAddIdReference(id:String):void
AbstractParameterRegistry
 Inherited
doAddTypeReference(type:ClassInfo = null):void
AbstractParameterRegistry
 Inherited
doAddValue(value:*):void
AbstractParameterRegistry
Property Detail
methodproperty
method:Method  [read-only]


Implementation
    public function get method():Method
Constructor Detail
DefaultMethodParameterRegistry()Constructor
public function DefaultMethodParameterRegistry(method:Method, def:ObjectDefinition)



Parameters
method:Method
 
def:ObjectDefinition
Method Detail
addIdReference()method
public function addIdReference(id:String):MethodParameterRegistry

Parameters

id:String

Returns
MethodParameterRegistry
addTypeReference()method 
public function addTypeReference(type:ClassInfo = null):MethodParameterRegistry

Parameters

type:ClassInfo (default = null)

Returns
MethodParameterRegistry
addValue()method 
public function addValue(value:*):MethodParameterRegistry

Parameters

value:*

Returns
MethodParameterRegistry