org.oXML.extras.java
Class ConvertingFunction

java.lang.Object
  extended byorg.oXML.type.Function
      extended byorg.oXML.type.TypeFunction
          extended byorg.oXML.extras.java.ConvertingFunction
Direct Known Subclasses:
ConvertingConstructor, ConvertingMethod

public abstract class ConvertingFunction
extends TypeFunction


Constructor Summary
ConvertingFunction(ConvertingFunction other)
           
ConvertingFunction(Name name, ReflectionType type, ReflectionType[] sig)
           
 
Method Summary
protected  java.lang.Object[] convert(Node[] args)
           
protected  Node convert(java.lang.Object object)
           
 Type getType()
           
 
Methods inherited from class org.oXML.type.TypeFunction
getDeclaringType, invoke, print
 
Methods inherited from class org.oXML.type.Function
getKey, getName, getSignature, invoke, printSignature, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvertingFunction

public ConvertingFunction(Name name,
                          ReflectionType type,
                          ReflectionType[] sig)

ConvertingFunction

public ConvertingFunction(ConvertingFunction other)
Method Detail

convert

protected java.lang.Object[] convert(Node[] args)

convert

protected Node convert(java.lang.Object object)

getType

public Type getType()