gms
Class RARRAY.Block

java.lang.Object
  extended by gms.RARRAY.Block
Enclosing class:
RARRAY

 class RARRAY.Block
extends java.lang.Object


Field Summary
(package private)  ByRefInt i1
           
(package private)  ByRefInt i2
           
(package private)  ByRefInt j1
           
(package private)  ByRefInt j2
           
(package private)  ByRefFloat value
           
 
Constructor Summary
RARRAY.Block()
           
 
Method Summary
 void operate(Operator t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i1

ByRefInt i1

i2

ByRefInt i2

j1

ByRefInt j1

j2

ByRefInt j2

value

ByRefFloat value
Constructor Detail

RARRAY.Block

public RARRAY.Block()
Method Detail

operate

public void operate(Operator t)
             throws java.lang.Exception
Throws:
java.lang.Exception