All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.BigIntNodeImpl

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

public class BigIntNodeImpl
extends NodeImpl
implements BigIntNode
Defines accessor/mutators for this kind of node.


Constructor Index

 o BigIntNodeImpl(BigInt)

Method Index

 o getValue()
 o setValue(BigInt)
 o toString()

Constructors

 o BigIntNodeImpl
 public BigIntNodeImpl(BigInt value)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index