org.jacorb.idl

Class str_token

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

Author:
Gerald Brose

See Also:
str_token, Serialized Form

Field Summary

int
char_pos
String
fileName
int
line_no
String
line_val
String
pragma_prefix
String
str_val

Fields inherited from class org.jacorb.idl.runtime.str_token

str_val

Fields inherited from class org.jacorb.idl.runtime.symbol

parse_state, sym

Constructor Summary

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.

Field Details

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 Details

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.