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
public class str_token
- extends str_token
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.15 2011-09-21 12:07:08 nick.cross Exp $
- Author:
- Gerald Brose
- See Also:
str_token
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
line_val
public String line_val
line_no
public int line_no
char_pos
public int char_pos
pragma_prefix
public String pragma_prefix
fileName
public String fileName
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.
Copyright © 2012 JacORB. All Rights Reserved.