org.jacorb.idl.runtime
Class char_token
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.runtime.token
org.jacorb.idl.runtime.char_token
public class char_token
- extends token
This subclass of token represents symbols that need to maintain one
char 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 |
char |
char_val
The stored char value. |
|
Constructor Summary |
char_token(int term_num)
Constructor with default value of 0 |
char_token(int term_num,
char v)
Full constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
char_val
public char char_val
- The stored char value.
char_token
public char_token(int term_num,
char v)
- Full constructor.
char_token
public char_token(int term_num)
- Constructor with default value of 0
Copyright © 2012 JacORB. All Rights Reserved.