|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.xml.xpath.ArgumentList
public class ArgumentList
This class implements a function argument list as list of expressions
FunctionCall| Constructor Summary | |
|---|---|
ArgumentList()
Construct an empty ArgumentList |
|
ArgumentList(Expression[] expressions)
Construct a list of argument expressions. |
|
| Method Summary | |
|---|---|
int |
count()
Return number of argument in ArgumentList |
Expression |
getArgument(int index)
Return the ith argument in the ArgumentList |
String |
toString()
Provide a readable description for debugging. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArgumentList(Expression[] expressions)
expressions - An array of 1 or more expressions.public ArgumentList()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic int count()
public Expression getArgument(int index)
index - The 0-based number of the argument.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||