org.jacorb.idl.runtime
Class token
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.runtime.token
- Direct Known Subclasses:
- char_token, double_token, float_token, int_token, long_token, str_token
public class token
- extends symbol
This subclass of symbol represents (at least) terminal symbols returned
by the scanner and placed on the parse stack. At present, this
class does nothing more than its super class.
- Version:
- last updated: 11/25/95
- Author:
- Scott Hudson
- See Also:
int_token,
str_token
|
Constructor Summary |
token(int term_num)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token
public token(int term_num)
Copyright © 2012 JacORB. All Rights Reserved.