IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.classify
DialectOperands



This interface provides operations for getting the DialectOprand object either one at a time or all the operands at once, that the language supports.


Method Summary
public  DialectOperandnext()
           Gets the next DialectOperand object.
public  voidreset()
           Resets index into the array of operands so that the next() call starts from zero.
public  DialectOperandgetAll()
           Returns all available operands in an array.

Method Detail

next

public DialectOperand next()
Gets the next DialectOperand object.


Returns:
     DialectOperand object


reset

public void reset()
Resets index into the array of operands so that the next() call starts from zero.


getAll

public DialectOperand getAll()
Returns all available operands in an array.


Returns:
     DialectOperand[] Array of DialectOperand.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0