|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
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 Variable in gov.nasa.arc.brahms.common.data |
---|
Fields in gov.nasa.arc.brahms.common.data declared as Variable | |
---|---|
static Variable |
Variable.ANONYMOUS_VARIABLE
The unique anonymous variable that matches anything but binds to nothing |
Methods in gov.nasa.arc.brahms.common.data that return Variable | |
---|---|
Variable |
BFrame.getVariable(java.lang.String name)
|
Methods in gov.nasa.arc.brahms.common.data with parameters of type Variable | |
---|---|
boolean |
BFrame.addVariable(Variable var)
|
void |
Operand.setCollectionIndex(Variable var)
Sets the collection index specified by a variable. |
void |
Delete.setElement(Variable var)
Sets the element to be deleted. |
void |
Operand.setObject(Variable var)
|
void |
ParameterValue.setValue(Variable v)
|
Constructors in gov.nasa.arc.brahms.common.data with parameters of type Variable | |
---|---|
Delete(Variable var,
java.lang.String file,
int line)
Constructor, creates a new Delete operation which is located as brahms source code in the given file at the given line number. |
|
Operand(Variable var)
|
|
Operand(Variable var,
Attribute attribute)
|
Uses of Variable in gov.nasa.arc.brahms.common.rt |
---|
Methods in gov.nasa.arc.brahms.common.rt with parameters of type Variable | |
---|---|
VariableCtx |
IFrameCtx.getBinding(Variable var)
Returns the binding for the specified variable. |
VariableCtx |
FrameCtx.getBinding(Variable var)
Returns the binding for the specified variable. |
Constructors in gov.nasa.arc.brahms.common.rt with parameters of type Variable | |
---|---|
VariableCtx(Variable var)
Constructor, creates a new context for a variable. |
|
VariableCtx(Variable var,
IFrameCtx frame)
Constructor, creates a new context for a variable bound in a specific frame context. |
Uses of Variable in gov.nasa.arc.brahms.vm.data |
---|
Constructors in gov.nasa.arc.brahms.vm.data with parameters of type Variable | |
---|---|
VMDelete(Variable var,
java.lang.String file,
int line)
Constructor, creates a new VMDelete operation which is located as brahms source code in the given file at the given line number. |
|
VMOperand(Variable var)
Constructor, creates a new operand for the specified variable. |
|
VMOperand(Variable var,
Attribute attribute)
Constructor, creates a new operand for the specified variable and attribute. |
Uses of Variable in gov.nasa.arc.brahms.vm.rt |
---|
Constructors in gov.nasa.arc.brahms.vm.rt with parameters of type Variable | |
---|---|
VMVariableCtx(Variable var)
Constructor, creates a new context for a variable bound in a specific frame context. |
|
VMVariableCtx(Variable var,
FrameCtx frame)
Constructor, creates a new context for a variable bound in a specific frame context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |