All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.BigIntegerNodeImpl

java.lang.Object
   |
   +----fr.inria.openmath.omapi.implementation.NodeImpl
           |
           +----fr.inria.openmath.omapi.implementation.BigIntegerNodeImpl

public class BigIntegerNodeImpl
extends NodeImpl
implements BigIntegerNode
Defines accessor/mutators for this kind of node.


Constructor Index

 o BigIntegerNodeImpl(BigInteger)

Method Index

 o getValue()
 o setValue(BigInteger)
 o toString()

Constructors

 o BigIntegerNodeImpl
 public BigIntegerNodeImpl(BigInteger value)

Methods

 o toString
 public String toString()
Overrides:
toString in class NodeImpl
 o setValue
 public void setValue(BigInteger value)
 o getValue
 public BigInteger getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index