Packageorg.granite.reflect.visitor.handlers
Classpublic class NullHandler
ImplementsIHandler

Handles any null value. This handler must be the first called when a null value is encountered.



Public Methods
 MethodDefined by
  
canHandle(visitable:Visitable):Boolean
NullHandler
  
handle(visitable:Visitable, filter:Function):Array
NullHandler
Method detail
canHandle()method
public function canHandle(visitable:Visitable):BooleanParameters
visitable:Visitable

Returns
Boolean
handle()method 
public function handle(visitable:Visitable, filter:Function):ArrayParameters
visitable:Visitable
 
filter:Function

Returns
Array