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

Handles any primitive value of the following types:
  int,
  uint,
  String,
  Boolean,
  Date,
  Number,
  BigDecimal,
  BigInteger,
  Long,
  Class,
  Function,
  Namespace,
  QName,
  XML,
  XMLList,
  RegExp,
  Error



Public Methods
 MethodDefined by
  
canHandle(visitable:Visitable):Boolean
PrimitiveHandler
  
handle(visitable:Visitable, filter:Function):Array
PrimitiveHandler
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