|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvocationContext | |
|---|---|
| org.crsh.command | |
| org.crsh.lang.groovy.closure | |
| org.crsh.lang.groovy.command | |
| Uses of InvocationContext in org.crsh.command |
|---|
| Classes in org.crsh.command that implement InvocationContext | |
|---|---|
class |
InvocationContextImpl<P>
|
| Fields in org.crsh.command declared as InvocationContext | |
|---|---|
protected InvocationContext<P> |
PipeCommand.context
. |
| Fields in org.crsh.command with type parameters of type InvocationContext | |
|---|---|
private LinkedList<InvocationContext<?>> |
AbstractCommand.stack
. |
| Methods in org.crsh.command that return InvocationContext | |
|---|---|
InvocationContext<?> |
AbstractCommand.peekContext()
|
InvocationContext<?> |
AbstractCommand.popContext()
|
| Methods in org.crsh.command with parameters of type InvocationContext | |
|---|---|
(package private) void |
PipeCommand.doOpen(InvocationContext<P> context)
|
void |
AbstractCommand.pushContext(InvocationContext<?> context)
|
| Uses of InvocationContext in org.crsh.lang.groovy.closure |
|---|
| Classes in org.crsh.lang.groovy.closure that implement InvocationContext | |
|---|---|
(package private) class |
PipeLineInvocationContext
|
| Fields in org.crsh.lang.groovy.closure declared as InvocationContext | |
|---|---|
private InvocationContext<Object> |
PipeLineClosure.context
. |
(package private) InvocationContext<Object> |
PipeLineInvocationContext.outter
. |
| Methods in org.crsh.lang.groovy.closure with parameters of type InvocationContext | |
|---|---|
PipeLineClosure |
PipeLineClosure.bind(InvocationContext<Object> context)
|
void |
PipeLineInvoker.invoke(InvocationContext<Object> context)
|
| Constructors in org.crsh.lang.groovy.closure with parameters of type InvocationContext | |
|---|---|
PipeLineClosure(InvocationContext<Object> context,
PipeLineElement[] elements)
|
|
PipeLineClosure(InvocationContext<Object> context,
String name,
ShellCommand command)
|
|
PipeLineInvocationContext(InvocationContext<Object> outter,
boolean piped)
|
|
| Uses of InvocationContext in org.crsh.lang.groovy.command |
|---|
| Fields in org.crsh.lang.groovy.command declared as InvocationContext | |
|---|---|
protected InvocationContext |
GroovyScriptCommand.context
The current context. |
| Fields in org.crsh.lang.groovy.command with type parameters of type InvocationContext | |
|---|---|
private LinkedList<InvocationContext<?>> |
GroovyScriptCommand.stack
. |
| Methods in org.crsh.lang.groovy.command that return InvocationContext | |
|---|---|
InvocationContext<?> |
GroovyScriptCommand.peekContext()
|
InvocationContext<?> |
GroovyScriptCommand.popContext()
|
| Methods in org.crsh.lang.groovy.command with parameters of type InvocationContext | |
|---|---|
void |
GroovyScriptCommand.pushContext(InvocationContext<?> context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||