Package de.xima.aspose.processor.core
Class AsposeRootArgs
java.lang.Object
de.xima.aspose.processor.core.AsposeRootArgs
- All Implemented Interfaces:
 IFunctionArguments
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.xima.aspose.processor.interfaces.IFunctionArguments
getPositionalArg, hasPositionalArg 
- 
Constructor Details
- 
AsposeRootArgs
 
 - 
 - 
Method Details
- 
getNamedArgs
- Specified by:
 getNamedArgsin interfaceIFunctionArguments- Returns:
 - A map with the named arguments of the function, e.g. 
field.test(key1|key2#value1|value2) 
 - 
getPositionalArgs
- Specified by:
 getPositionalArgsin interfaceIFunctionArguments- Returns:
 - A list with the positional arguments of the function, e.g. 
field.test(value1|value2) 
 - 
toString
 
 -