|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.ebob.internal.jem.operations.JEMAbstractInfixOperation
edu.wpi.ebob.internal.jem.operations.JEMModulusOperation
public final class JEMModulusOperation
Field Summary |
---|
Fields inherited from class edu.wpi.ebob.internal.jem.operations.JEMAbstractInfixOperation |
---|
MINUS, MOD, PLUS, SLASH, STAR |
Constructor Summary | |
---|---|
JEMModulusOperation()
|
Method Summary | |
---|---|
IObject |
performOperation(IClassManager cm,
IObject[] args)
This is the same as args[0] % args[1] . |
Methods inherited from class edu.wpi.ebob.internal.jem.operations.JEMAbstractInfixOperation |
---|
performOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JEMModulusOperation()
Method Detail |
---|
public IObject performOperation(IClassManager cm, IObject[] args) throws RemoteException
args[0] % args[1]
. There must only be
two arguments.
performOperation
in interface IOperation
RemoteException
IOperation.performOperation(IClassManager, IObject[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |