tomp.xtcl.command
Class Call
java.lang.Object
tomp.xtcl.command.AbstractCommand
tomp.xtcl.command.Block
tomp.xtcl.command.Call
- All Implemented Interfaces:
- Command
- public class Call
- extends Block
A Call to a Function. Passes parameters.
Field Summary |
protected java.lang.String |
name
|
protected java.lang.String[] |
passes
|
Constructor Summary |
Call()
|
Methods inherited from class tomp.xtcl.command.AbstractCommand |
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
passes
protected java.lang.String[] passes
Call
public Call()
setName
public void setName(java.lang.String p)
setPasses
public void setPasses(java.lang.String[] r)
execute
public int execute(Context c)
throws java.lang.Exception
- Specified by:
execute
in interface Command
- Overrides:
execute
in class Block
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class Block