org.jacorb.idl

Class str_token

public class str_token extends str_token implements 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.13 2004/05/06 12:39:59 nicolas Exp $

Author: Gerald Brose

See Also: str_token

Field Summary
intchar_pos
StringfileName
intline_no
Stringline_val
Stringpragma_prefix
Stringstr_val
Constructor Summary
str_token(int term_num, String v, PositionInfo p, String _fileName)
Full constructor.
str_token(int term_num)
Constructor for value defaulting to an empty string.

Field Detail

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

Constructor Detail

str_token

public str_token(int term_num, String v, PositionInfo p, String _fileName)
Full constructor.

str_token

public str_token(int term_num)
Constructor for value defaulting to an empty string.