org.extex.ocpware.compiler.arith
Class TableRef

java.lang.Object
  extended by org.extex.ocpware.compiler.arith.ArithExpr
      extended by org.extex.ocpware.compiler.arith.TableRef

public class TableRef
extends ArithExpr

This class represents an arithmetic expression for a table reference.

Version:
$Revision:6007 $
Author:
Gerd Neugebauer

Constructor Summary
TableRef(java.lang.String id, ArithExpr n)
          Creates a new object.
 
Method Summary
 java.lang.String toString()
          
 
Methods inherited from class org.extex.ocpware.compiler.arith.ArithExpr
needsParen, parse, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRef

public TableRef(java.lang.String id,
                ArithExpr n)
Creates a new object.

Parameters:
id - the table name
n - the index
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()