|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatementOrganizer
An IStatementOrganizer is an interface to a statement organizer that organizes a list of statements into a specific order.
Method Summary | |
---|---|
IStatement[] |
organize(java.util.Enumeration statements)
Organizes the specified enumeration of statements and returns the organized set of statements. |
IStatement[] |
organize(IStatement[] statements)
Organizes the specified array of statements and returns the organized set of statements. |
Method Detail |
---|
IStatement[] organize(java.util.Enumeration statements) throws ExternalException
statements
- the Enumeration of IStatement to be organized
ExternalException
- if an internal error occursIStatement[] organize(IStatement[] statements) throws ExternalException
statements
- the IStatement array to be organized
ExternalException
- if an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |