Uses of Class
marf.nlp.Parsing.SymTabEntry

Packages that use SymTabEntry
marf.nlp.Parsing   
 

Uses of SymTabEntry in marf.nlp.Parsing
 

Subclasses of SymTabEntry in marf.nlp.Parsing
 class ClassSymTabEntry
          ClassSymTabEntry represents an entry in the symbol table corresponding to a class definition.
 class FuncSymTabEntry
          FuncSymTabEntry represents a symbol table entry for function definition.
 class VarSymTabEntry
          Represents Variable SymTab Entry.
 

Methods in marf.nlp.Parsing that return SymTabEntry
 SymTabEntry SymbolTable.getSymTabEntry(int piID)
          Not implemented.
 SymTabEntry SymbolTable.getSymTabEntry(java.lang.String pstrLexeme)
          This method returns the entry by token's lexeme.
 



SourceForge Logo