org.jacorb.idl.runtime
Class double_token

java.lang.Object
  extended byorg.jacorb.idl.runtime.symbol
      extended byorg.jacorb.idl.runtime.token
          extended byorg.jacorb.idl.runtime.double_token

public class double_token
extends token

This subclass of token represents symbols that need to maintain one double value as an attribute. It maintains that value in the public field int_val.

Version:
last updated: 1/7/96
Author:
Scott Hudson
See Also:
str_token

Field Summary
 double double_val
          The stored double value.
 
Fields inherited from class org.jacorb.idl.runtime.symbol
parse_state, sym
 
Constructor Summary
double_token(int term_num)
          Constructor with default value of 0.0.
double_token(int term_num, double v)
          Full constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

double_val

public double double_val
The stored double value.

Constructor Detail

double_token

public double_token(int term_num,
                    double v)
Full constructor.


double_token

public double_token(int term_num)
Constructor with default value of 0.0.