|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dm.dmql.DMQLCommand
Parent interface for all DMQL command implementations, i.e. all commands must be able to parse their contents from a TokenStream.
Constructor Summary | |
DMQLCommand()
|
Method Summary | |
abstract boolean |
parse(TokenStream ts)
Internal method for String parsing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DMQLCommand()
Method Detail |
public abstract boolean parse(TokenStream ts)
query
- The String to parse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |