jrun.ejb.ejbql
Class IdToken

java.lang.Object
  |
  +--jrun.ejb.ejbql.parser.Token
        |
        +--jrun.ejb.ejbql.IdToken

public class IdToken
extends Token

This class is instantiated by the ejbql parser in place of the standard Token class. It allows the token manager to easily pass information from the lexical actions to the parser actions.

Author:
Enrique Duvos

Fields inherited from class jrun.ejb.ejbql.parser.Token
beginColumn, beginLine, endColumn, endLine, image, kind, next, specialToken
 
Constructor Summary
IdToken()
           
 
Method Summary
 IdentifierInfo getIdentifierInfo()
           
 void setIdentifierInfo(IdentifierInfo identifierInfo)
           
 
Methods inherited from class jrun.ejb.ejbql.parser.Token
newToken, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdToken

public IdToken()
Method Detail

setIdentifierInfo

public void setIdentifierInfo(IdentifierInfo identifierInfo)

getIdentifierInfo

public IdentifierInfo getIdentifierInfo()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.