|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IdentifierToken | |
| koala.dynamicjava.interpreter.context | Provides the classes that hold the context of execution. |
| koala.dynamicjava.parser.wrapper | Provides a collection of classes used to hide the implementation of the parser. |
| koala.dynamicjava.tree | Provides classes and interfaces for producing an abstract syntax tree. |
| Uses of IdentifierToken in koala.dynamicjava.interpreter.context |
| Methods in koala.dynamicjava.interpreter.context with parameters of type IdentifierToken | |
Expression |
StaticContext.createName(Node node,
IdentifierToken name)
Creates the tree that is associated with the given name |
Expression |
MethodContext.createName(Node node,
IdentifierToken name)
Creates the tree that is associated with the given name |
Expression |
GlobalContext.createName(Node node,
IdentifierToken name)
Creates the tree that is associated with the given name |
Expression |
Context.createName(Node node,
IdentifierToken name)
Creates the tree that is associated with the given name |
| Uses of IdentifierToken in koala.dynamicjava.parser.wrapper |
| Classes in koala.dynamicjava.parser.wrapper that implement IdentifierToken | |
class |
TreeToken
This class represents the token managed by the syntax tree |
| Uses of IdentifierToken in koala.dynamicjava.tree |
| Classes in koala.dynamicjava.tree that implement IdentifierToken | |
class |
Identifier
This class implements a tree token |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||