org.oXML.type
Class FunctionCall

java.lang.Object
  extended byorg.oXML.type.FunctionKey
      extended byorg.oXML.type.FunctionCall

public class FunctionCall
extends FunctionKey


Field Summary
 
Fields inherited from class org.oXML.type.FunctionKey
length, name
 
Constructor Summary
FunctionCall(Name name, Type[] params)
           
 
Method Summary
 Type[] getParameters()
           
 
Methods inherited from class org.oXML.type.FunctionKey
equals, equals, getName, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionCall

public FunctionCall(Name name,
                    Type[] params)
Method Detail

getParameters

public Type[] getParameters()