org.oXML.type
Class VariableFunctionKey
java.lang.Object
org.oXML.type.FunctionKey
org.oXML.type.VariableFunctionKey
- public class VariableFunctionKey
- extends FunctionKey
A key for functions that take a variable number of parameters
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
VariableFunctionKey
public VariableFunctionKey(Name name,
int length)
- Parameters:
length - minimum number of parameters
getName
public Name getName()
- Overrides:
getName in class FunctionKey
equals
public boolean equals(FunctionKey other)
- Overrides:
equals in class FunctionKey
matches
public boolean matches(FunctionKey other)
- identity is determined on name and minimum number of parameters
(not parameter types).
- Overrides:
matches in class FunctionKey