org.jacorb.idl
Class str_token
- java.io.Serializable
public class 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:
- Gerald Brose
str_token
, Serialized Form
str_token(int term_num) - Constructor for value defaulting to an empty string.
|
str_token(int term_num, String v, PositionInfo p, String _fileName) - Full constructor.
|
char_pos
public int char_pos
fileName
public String fileName
line_no
public int line_no
line_val
public String line_val
pragma_prefix
public String pragma_prefix
str_val
public String str_val
str_token
public str_token(int term_num)
Constructor for value defaulting to an empty string.
str_token
public str_token(int term_num,
String v,
PositionInfo p,
String _fileName)
Full constructor.