Uses of Class
gov.nasa.arc.brahms.common.data.Operand

Packages that use Operand
gov.nasa.arc.brahms.common.data   
gov.nasa.arc.brahms.vm.data   
 

Uses of Operand in gov.nasa.arc.brahms.common.data
 

Methods in gov.nasa.arc.brahms.common.data that return Operand
 Operand ArrayAccess.getArrayReference()
          Returns the Operand for the variable or parameter that will reference the array
 Operand Expression.getLhs()
           
 Operand Expression.getRhs()
           
 Operand MethodInvocation.getTarget()
          Returns the Operand that will evaluate to the Java object that is the target for the method invocation.
 

Methods in gov.nasa.arc.brahms.common.data with parameters of type Operand
 void ArrayAccess.setArrayReference(Operand ref)
          Sets the Operand for the variable or parameter that will reference the array
 void Expression.setLhs(Operand lhs)
           
 void Expression.setRhs(Operand rhs)
           
 void MethodInvocation.setTarget(Operand target)
          For an instance method, sets the Operand that will evaluate to the Java object that is the target for the method invocation
 

Constructors in gov.nasa.arc.brahms.common.data with parameters of type Operand
ArrayAccess(Operand arrayRef, java.lang.String file, int line)
          Constructor, creates a new ArrayAccess for an array access whose array is referenced by an Operand for a variable or parameter and that occurs in the given source file at the given line number.
Expression(Operand lhs)
           
Expression(Operand lhs, int operator, Operand rhs)
           
 

Uses of Operand in gov.nasa.arc.brahms.vm.data
 

Subclasses of Operand in gov.nasa.arc.brahms.vm.data
 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 Operand
VMExpression(Operand lhs, int operator, Operand rhs)
          Constructor, creates a new expression with the specified left hand side, operator and right hand side.
 



Copyright © 1997-2012 All Rights Reserved.