org.jacorb.idl.runtime
Class long_token
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.runtime.token
org.jacorb.idl.runtime.long_token
- Direct Known Subclasses:
- fixed_token
public class long_token
- extends token
This subclass of token represents symbols that need to maintain one
long value as an attribute. It maintains that value in the public
field int_val.
- Version:
- last updated: 1/7/96
- Author:
- Scott Hudson
- See Also:
str_token
|
Field Summary |
long |
long_val
The stored long value. |
|
Constructor Summary |
long_token(int term_num)
Constructor with default value of 0. |
long_token(int term_num,
long lv)
Full constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
long_val
public long long_val
- The stored long value.
long_token
public long_token(int term_num,
long lv)
- Full constructor.
long_token
public long_token(int term_num)
- Constructor with default value of 0.
Copyright © 2012 JacORB. All Rights Reserved.