org.openorb.compiler.parser
Class SymboleDef

java.lang.Object
  |
  +--org.openorb.compiler.parser.SymboleDef

public class SymboleDef
extends java.lang.Object

IDL grammar symbols.

Version:
$Revision: 1.2 $ $Date: 2001/03/08 00:39:34 $
Author:
Jerome Daniel <daniel@intalio.com>

Field Summary
 java.lang.String symbole_name
          Indicates the symbol name (reserved word i.e. interface, module, struct)
 int symbole_token
          Describes the current symbol token.
 
Constructor Summary
SymboleDef(int symbole_token, java.lang.String symbole_name)
          Set the token and reserved word.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbole_token

public int symbole_token
Describes the current symbol token.

symbole_name

public java.lang.String symbole_name
Indicates the symbol name (reserved word i.e. interface, module, struct)
Constructor Detail

SymboleDef

public SymboleDef(int symbole_token,
                  java.lang.String symbole_name)
Set the token and reserved word.
Parameters:
symbole_token - symbol token
symbole_name - reserved word