|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nasa.arc.brahms.vm.api.common.DefaultStatementOrganizer
public class DefaultStatementOrganizer
The DefaultStatementOrganizer organizes the statements into an array without changing the order.
| Field Summary | |
|---|---|
static DefaultStatementOrganizer |
SINGLETON
Singleton for the DefaultStatementOrganizer |
| Constructor Summary | |
|---|---|
DefaultStatementOrganizer()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DefaultStatementOrganizer SINGLETON
| Constructor Detail |
|---|
public DefaultStatementOrganizer()
| Method Detail |
|---|
public IStatement[] organize(java.util.Enumeration statements)
throws ExternalException
organize in interface IStatementOrganizerstatements - the Enumeration of IStatement to be organized
ExternalException - if an internal error occurs
public IStatement[] organize(IStatement[] statements)
throws ExternalException
organize in interface IStatementOrganizerstatements - 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 | |||||||||