org.jacorb.idl
Class fixed_token
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.runtime.token
org.jacorb.idl.runtime.long_token
org.jacorb.idl.fixed_token
public class fixed_token
- extends long_token
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.13 2011-09-21 12:07:08 nick.cross Exp $
- Author:
- Gerald Brose
- See Also:
long_token
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fixed_val
public BigDecimal fixed_val
fixed_token
public fixed_token(int term_num,
BigDecimal f)
- Full constructor.
Copyright © 2012 JacORB. All Rights Reserved.