fundamentals
Class indirectArg

java.lang.Object
  |
  +--fundamentals.EuArg
        |
        +--fundamentals.indirectArg

public class indirectArg
extends EuArg


Field Summary
 
Fields inherited from class fundamentals.EuArg
d
 
Constructor Summary
indirectArg(int n)
           
 
Method Summary
 java.lang.String toString()
           
 void update(librarian.ppProcessor ppp)
           
 
Methods inherited from class fundamentals.EuArg
numericVal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

indirectArg

public indirectArg(int n)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class EuArg
Returns:
A textual representation of the argument

update

public void update(librarian.ppProcessor ppp)
            throws DesignException
Overrides:
update in class EuArg
DesignException