|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInvocation | |
---|---|
gov.nasa.arc.brahms.common.data | |
gov.nasa.arc.brahms.common.rt | |
gov.nasa.arc.brahms.vm.data | |
gov.nasa.arc.brahms.vm.rt |
Uses of MethodInvocation in gov.nasa.arc.brahms.common.data |
---|
Methods in gov.nasa.arc.brahms.common.data with parameters of type MethodInvocation | |
---|---|
boolean |
Workframe.addMethodInvocation(MethodInvocation invocation)
Add the specified MethodInvocation operation to the body of the workframe. |
boolean |
Workframe.removeMethodInvocation(MethodInvocation invocation)
Removes the specified MethodInvocation operation from the body of the workframe. |
Uses of MethodInvocation in gov.nasa.arc.brahms.common.rt |
---|
Constructors in gov.nasa.arc.brahms.common.rt with parameters of type MethodInvocation | |
---|---|
MethodInvocationCtx(MethodInvocation invocation)
Constructor, creates a new method invocation context for the specified method invocation operation. |
Uses of MethodInvocation in gov.nasa.arc.brahms.vm.data |
---|
Subclasses of MethodInvocation in gov.nasa.arc.brahms.vm.data | |
---|---|
class |
VMMethodInvocation
The VMMethodInvocation is a MethodInvocation with extensions for use in the virtual machine. |
Uses of MethodInvocation in gov.nasa.arc.brahms.vm.rt |
---|
Constructors in gov.nasa.arc.brahms.vm.rt with parameters of type MethodInvocation | |
---|---|
VMMethodInvocationCtx(MethodInvocation invocation)
Constructor, creates a new method invocation context for the specified method invocation operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |