igeo
Class IIntegerR.Mul

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IIntegerR.Mul
All Implemented Interfaces:
IIntegerOp, IParameter, IScalar, ISubobject, IVal
Enclosing class:
IIntegerR

public static class IIntegerR.Mul
extends IParameterObject
implements IIntegerOp


Field Summary
 IIntegerOp v1
           
 IIntegerOp v2
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IIntegerR.Mul(IIntegerOp v1, IIntegerOp v2)
           
 
Method Summary
 IInteger get()
           
 int x()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v1

public IIntegerOp v1

v2

public IIntegerOp v2
Constructor Detail

IIntegerR.Mul

public IIntegerR.Mul(IIntegerOp v1,
                     IIntegerOp v2)
Method Detail

x

public int x()
Specified by:
x in interface IIntegerOp

get

public IInteger get()
Specified by:
get in interface IIntegerOp
Specified by:
get in interface IParameter