Modifier and Type | Field and Description |
---|---|
static MTSeqList |
Singleton
Singleton instance of the class
|
Modifier | Constructor and Description |
---|---|
private |
MTSeqList()
private constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(IPhraseVisitor algo,
java.lang.Object... params)
Calls the "MTSeqList" case of the visitor.
|
java.lang.String |
toString()
Returns "{}"
return "{}" always.
|
public static final MTSeqList Singleton
public java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
public java.lang.String toString()
toString
in class java.lang.Object