Uses of Class org.jacorb.idl.runtime.token

Uses in package org.jacorb.idl

Classes derived from org.jacorb.idl.runtime.token

class
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.
class
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.

Methods with return type org.jacorb.idl.runtime.token

token
Process an identifier.
token
Return one token.
token
The actual routine to return one token.
token
scan to get the next token

Uses in package org.jacorb.idl.runtime

Classes derived from org.jacorb.idl.runtime.token

class
This subclass of token represents symbols that need to maintain one char value as an attribute.
class
This subclass of token represents symbols that need to maintain one double value as an attribute.
class
This subclass of token represents symbols that need to maintain one float value as an attribute.
class
This subclass of token represents symbols that need to maintain one int value as an attribute.
class
This subclass of token represents symbols that need to maintain one long value as an attribute.
class
This subclass of token represents symbols that need to maintain one String value as an attribute.

Fields of type org.jacorb.idl.runtime.token

token
The current lookahead token.
token[]
Lookahead tokens used for attempting error recovery "parse aheads".

Methods with parameter type org.jacorb.idl.runtime.token

void
Do debug output for shift.
void
This method is called when a syntax error has been detected and recovery is about to be invoked.
void
This method is called if it is determined that syntax error recovery has been unsuccessful.

Methods with return type org.jacorb.idl.runtime.token

token
Return the current lookahead in our error "parse ahead" buffer.
token
Get the next token from the input (supplied by generated subclass).