| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeDeclarationNode | |
jellyj.parser | |
jellyj.syntaxtree | |
jellyj.util |
Uses of TypeDeclarationNode in jellyj.parser |
Methods in jellyj.parser that return TypeDeclarationNode | |
final TypeDeclarationNode | JellyJParser.TypeDeclaration() |
Uses of TypeDeclarationNode in jellyj.syntaxtree |
Subclasses of TypeDeclarationNode in jellyj.syntaxtree | |
class | ClassDeclarationNode |
class | InterfaceDeclarationNode |
Uses of TypeDeclarationNode in jellyj.util |
Fields in jellyj.util declared as TypeDeclarationNode | |
(package private) TypeDeclarationNode | ClassType.node_d |
Methods in jellyj.util that return TypeDeclarationNode | |
TypeDeclarationNode | SymbolTable.addType(Symbol name, TypeDeclarationNode node) Adds a class or an interface name to the symbol table. |
TypeDeclarationNode | SymbolTable.lookupType(Symbol name) Looks up a class or interface declaration in the symbol table. |
Methods in jellyj.util with parameters of type TypeDeclarationNode | |
TypeDeclarationNode | SymbolTable.addType(Symbol name, TypeDeclarationNode node) Adds a class or an interface name to the symbol table. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |