Uses of Interface
edu.wpi.ebob.model.cm.IOperation

Packages that use IOperation
edu.wpi.ebob.internal.jem   
edu.wpi.ebob.internal.jem.operations   
edu.wpi.ebob.model.cm   
 

Uses of IOperation in edu.wpi.ebob.internal.jem
 

Fields in edu.wpi.ebob.internal.jem declared as IOperation
private static IOperation JEMClassManager.ADD_OP
           
private static IOperation JEMClassManager.ALG_NEG_OP
           
private static IOperation JEMClassManager.BOOL_NEG_OP
           
private static IOperation JEMClassManager.DIV_OP
           
private static IOperation JEMClassManager.MOD_OP
           
private static IOperation JEMClassManager.MULT_OP
           
private static IOperation JEMClassManager.SUBTRACT_OP
           
 

Methods in edu.wpi.ebob.internal.jem with parameters of type IOperation
 IObject JEMClassManager.performOperation(IOperation op, IObject[] args)
          performs the given operation with the given arguments.
 

Uses of IOperation in edu.wpi.ebob.internal.jem.operations
 

Classes in edu.wpi.ebob.internal.jem.operations that implement IOperation
 class JEMAbstractPrefixOperation
          Performs an infix argument accepting two arguments.
 class JEMAdditionOperation
          Performs the summation (or concatenation, in the case of a String) of two objects.
 class JEMAlgebraicNegationOperation
          Performs the summation (or concatenation, in the case of a String) of two objects.
 class JEMBooleanNegationOperation
          Performs the summation (or concatenation, in the case of a String) of two objects.
 class JEMDivisionOperation
          Divides one object by another.
 class JEMModulusOperation
           
 class JEMMultiplicationOperation
           
 class JEMSubtractionOperation
           
 

Uses of IOperation in edu.wpi.ebob.model.cm
 

Methods in edu.wpi.ebob.model.cm with parameters of type IOperation
 IObject IClassManager.performOperation(IOperation op, IObject[] args)
          performs the given operation with the given arguments.