|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrun.ejb.ejbql.parser.Token
|
+--jrun.ejb.ejbql.IdToken
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.
| 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 |
public IdToken()
| Method Detail |
public void setIdentifierInfo(IdentifierInfo identifierInfo)
public IdentifierInfo getIdentifierInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||