org.objectweb.jac.core.parsers.xml
Class MethodElementInterpreter

java.lang.Object
  |
  +--org.objectweb.jac.core.parsers.xml.MethodElementInterpreter

public class MethodElementInterpreter
extends Object


Constructor Summary
MethodElementInterpreter()
           
 
Method Summary
 ConfigMethod interpret(org.w3c.dom.Element methodElement, Class targetClass)
           
protected  Object interpretArgument(org.w3c.dom.Element argElement)
           
protected  Object[] interpretArray(org.w3c.dom.Element argElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodElementInterpreter

public MethodElementInterpreter()
Method Detail

interpret

public ConfigMethod interpret(org.w3c.dom.Element methodElement,
                              Class targetClass)
                       throws Exception
Exception

interpretArgument

protected Object interpretArgument(org.w3c.dom.Element argElement)

interpretArray

protected Object[] interpretArray(org.w3c.dom.Element argElement)