org.jacorb.idl
Class str_token
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.runtime.token
org.jacorb.idl.runtime.str_token
org.jacorb.idl.str_token
- All Implemented Interfaces:
- java.io.Serializable
- public class str_token
- extends str_token
- implements java.io.Serializable
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: str_token.java,v 1.12 2004/01/30 13:40:31 gerald Exp $
- Author:
- Gerald Brose
- See Also:
str_token
,
Serialized Form
Constructor Summary |
str_token(int term_num)
Constructor for value defaulting to an empty string. |
str_token(int term_num,
java.lang.String v,
PositionInfo p,
java.lang.String _fileName)
Full constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
str_val
public java.lang.String str_val
line_val
public java.lang.String line_val
line_no
public int line_no
char_pos
public int char_pos
pragma_prefix
public java.lang.String pragma_prefix
fileName
public java.lang.String fileName
str_token
public str_token(int term_num,
java.lang.String v,
PositionInfo p,
java.lang.String _fileName)
- Full constructor.
str_token
public str_token(int term_num)
- Constructor for value defaulting to an empty string.