org.crsh.shell.impl
Class AST.Expr
java.lang.Object
org.crsh.shell.impl.AST
org.crsh.shell.impl.AST.Expr
- Enclosing class:
- AST
static class AST.Expr
- extends AST
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
term
final AST.Term term
- .
next
final AST.Expr next
- .
AST.Expr
AST.Expr(AST.Term term)
AST.Expr
AST.Expr(AST.Term term,
AST.Expr next)
create
final CRaSHProcess create(CRaSHSession crash,
String request)
throws NoSuchCommandException
- Throws:
NoSuchCommandException
create
private void create(CRaSHSession crash)
throws NoSuchCommandException
- Throws:
NoSuchCommandException
execute
protected ShellResponse execute(CRaSHSession crash,
ShellProcessContext context,
ArrayList consumed)
throws InterruptedException
- Throws:
InterruptedException
lastTerm
AST.Term lastTerm()
- Specified by:
lastTerm
in class AST
Copyright © 2012 eXo Platform SAS. All Rights Reserved.