Uses of Class
jellyj.syntaxtree.TypeDeclarationNode

Packages that use TypeDeclarationNode
jellyj.parser 
jellyj.syntaxtree 
jellyj.util 

Uses of TypeDeclarationNode in jellyj.parser
 

Methods in jellyj.parser that return TypeDeclarationNode
final TypeDeclarationNodeJellyJParser.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) TypeDeclarationNodeClassType.node_d
          
 

Methods in jellyj.util that return TypeDeclarationNode
TypeDeclarationNodeSymbolTable.addType(Symbol name, TypeDeclarationNode node)
          Adds a class or an interface name to the symbol table.
TypeDeclarationNodeSymbolTable.lookupType(Symbol name)
          Looks up a class or interface declaration in the symbol table.
 

Methods in jellyj.util with parameters of type TypeDeclarationNode
TypeDeclarationNodeSymbolTable.addType(Symbol name, TypeDeclarationNode node)
          Adds a class or an interface name to the symbol table.