org.jacorb.idl

Class fixed_token

Implemented Interfaces:
java.io.Serializable

public class fixed_token
extends long_token
implements java.io.Serializable

This subclass of token represents symbols that need to maintain one String value plus the line and the position this value was found in as attributes. It maintains that value in the public field str_val.

Version:
$Id: fixed_token.java,v 1.11 2004/05/06 12:39:59 nicolas Exp $

Author:
Gerald Brose

See Also:
long_token, Serialized Form

Field Summary

java.math.BigDecimal
fixed_val

Fields inherited from class org.jacorb.idl.runtime.long_token

long_val

Fields inherited from class org.jacorb.idl.runtime.symbol

parse_state, sym

Constructor Summary

fixed_token(int term_num, java.math.BigDecimal f)
Full constructor.

Field Details

fixed_val

public java.math.BigDecimal fixed_val

Constructor Details

fixed_token

public fixed_token(int term_num,
                   java.math.BigDecimal f)
Full constructor.