|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.shell.impl.command.Tokenizer
class Tokenizer
Field Summary | |
---|---|
private Character |
c . |
private int |
index . |
private CharSequence |
s . |
Constructor Summary | |
---|---|
Tokenizer(CharSequence s) Create a new tokenizer. |
Method Summary | |
---|---|
private void |
next() |
Token |
nextToken() |
private Token |
parseCommand() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final CharSequence s
private int index
private Character c
Constructor Detail |
---|
public Tokenizer(CharSequence s) throws NullPointerException
s
- the sequence to tokenizeNullPointerException
- if the sequence is nullMethod Detail |
---|
private void next()
public Token nextToken()
private Token parseCommand() throws ScriptException
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |