|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.FuncDefHandler
public class FuncDefHandler
The FuncDefHandler processes a Function Definition JDOM Element.
Constructor Summary | |
---|---|
FuncDefHandler()
|
Method Summary | |
---|---|
java.lang.Object |
process(org.jdom.Element elFuncDef)
Sets a function declaration and stores it in the symbol table for later execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FuncDefHandler()
Method Detail |
---|
public final java.lang.Object process(org.jdom.Element elFuncDef) throws java.lang.Exception
process
in interface IHandler
elFuncDef
- the JDOM Element representing the funcdef directive.
java.lang.Exception
- if something went wrong with the funcdef operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |