|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.parse.StringParser
public final class StringParser
This is a parser for command strings, creating Command
instances.
Several commands can be formulated in one string and separated by semicolons.
Field Summary | |
---|---|
protected PasswordReader |
pwReader
Password reader. |
protected boolean |
single
Single command flag. |
protected boolean |
suggest
Suggest possible completions. |
Constructor Summary | |
---|---|
StringParser(java.lang.String input,
Context context)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean suggest
protected boolean single
protected PasswordReader pwReader
Constructor Detail |
---|
public StringParser(java.lang.String input, Context context)
input
- inputcontext
- database context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |