|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAssignmentLhs | |
|---|---|
| gov.nasa.arc.brahms.common.data | |
| gov.nasa.arc.brahms.vm.data | |
| Uses of IAssignmentLhs in gov.nasa.arc.brahms.common.data |
|---|
| Classes in gov.nasa.arc.brahms.common.data that implement IAssignmentLhs | |
|---|---|
class |
ArrayAccess
An ArrayAccess represents a Java array access expression that specifies one or more index expressions that evaluate to the indices to be used to access or set elements of the array, e.g. |
class |
Operand
class Operand |
| Methods in gov.nasa.arc.brahms.common.data that return IAssignmentLhs | |
|---|---|
IAssignmentLhs |
Assignment.getLhs()
Returns the element to be assigned a value. |
| Methods in gov.nasa.arc.brahms.common.data with parameters of type IAssignmentLhs | |
|---|---|
void |
Assignment.setLhs(IAssignmentLhs var)
Sets the element to be assigned a value. |
| Constructors in gov.nasa.arc.brahms.common.data with parameters of type IAssignmentLhs | |
|---|---|
Assignment(IAssignmentLhs lhs,
IExpression rhs,
java.lang.String file,
int line)
Constructor, creates a new Assignment operation which is located as Brahms source code in the given file at the given line number. |
|
| Uses of IAssignmentLhs in gov.nasa.arc.brahms.vm.data |
|---|
| Classes in gov.nasa.arc.brahms.vm.data that implement IAssignmentLhs | |
|---|---|
class |
VMArrayAccess
The VMArrayAccess is an ArrayAccess with extensions for use in the virtual machine. |
class |
VMOperand
A VMOperand is an Operand with extensions for use in the virtual machine. |
| Constructors in gov.nasa.arc.brahms.vm.data with parameters of type IAssignmentLhs | |
|---|---|
VMAssignment(IAssignmentLhs lhs,
IExpression rhs,
java.lang.String file,
int line)
Constructor, creates a new VMAssignment operation which is located as Brahms source code in the given file at the given line number. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||