org.jacorb.idl
Class fixed_token

java.lang.Object
  extended byorg.jacorb.idl.runtime.symbol
      extended byorg.jacorb.idl.runtime.token
          extended byorg.jacorb.idl.runtime.long_token
              extended byorg.jacorb.idl.fixed_token
All 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.10 2004/01/30 13:40:31 gerald 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fixed_val

public java.math.BigDecimal fixed_val
Constructor Detail

fixed_token

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