org.jacorb.idl

Class fixed_token

public class fixed_token extends long_token implements 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

Field Summary
BigDecimalfixed_val
Constructor Summary
fixed_token(int term_num, BigDecimal f)
Full constructor.

Field Detail

fixed_val

public BigDecimal fixed_val

Constructor Detail

fixed_token

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