org.jacorb.idl.runtime
Class float_token
This subclass of token represents symbols that need to maintain one
float value as an attribute. It maintains that value in the public
field int_val.
Version:
- Scott Hudson
str_token
float_token(int term_num) - Constructor with default value of 0.0.
|
float_token(int term_num, float v) - Full constructor.
|
float_val
public float float_val
The stored float value.
float_token
public float_token(int term_num)
Constructor with default value of 0.0.
float_token
public float_token(int term_num,
float v)
Full constructor.