|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crsh.shell.impl.AST
org.crsh.shell.impl.AST.Term
static class AST.Term
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.crsh.shell.impl.AST |
---|
AST.Expr, AST.Term |
Field Summary | |
---|---|
private ShellCommand |
command
. |
private CommandInvoker |
invoker
. |
(package private) String |
line
. |
(package private) String |
name
. |
(package private) AST.Term |
next
. |
(package private) String |
rest
. |
Constructor Summary | |
---|---|
AST.Term(String line)
|
|
AST.Term(String line,
AST.Term next)
|
Method Summary | |
---|---|
private ShellResponse.Error |
build(Throwable throwable)
|
private void |
create(CRaSHSession session)
|
(package private) String |
getLine()
|
(package private) AST.Term |
lastTerm()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final String line
final AST.Term next
final String name
final String rest
private ShellCommand command
private CommandInvoker invoker
Constructor Detail |
---|
AST.Term(String line)
AST.Term(String line, AST.Term next)
Method Detail |
---|
private void create(CRaSHSession session) throws NoSuchCommandException
NoSuchCommandException
String getLine()
AST.Term lastTerm()
lastTerm
in class AST
private ShellResponse.Error build(Throwable throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |