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