|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprovided.music.MTSeqList
public class MTSeqList
An empty sequence list.
| Field Summary | |
|---|---|
static MTSeqList |
Singleton
Singleton instance of the class |
| Constructor Summary | |
|---|---|
private |
MTSeqList()
private constructor |
| Method Summary | |
|---|---|
java.lang.Object |
execute(IPhraseVisitor algo,
java.lang.Object... params)
Calls the "MTSeqList" case of the visitor. |
java.lang.String |
toString()
Returns "{}" return "{}" always. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MTSeqList Singleton
| Constructor Detail |
|---|
private MTSeqList()
| Method Detail |
|---|
public java.lang.Object execute(IPhraseVisitor algo,
java.lang.Object... params)
execute in interface IPhrasealgo - The visitor to executeparams - The input parameters supplied to the algo when its appropriate case is called.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||