Uses of Class
gui.highlighting.Symbol

Packages that use Symbol
gui.highlighting   
 

Uses of Symbol in gui.highlighting
 

Fields in gui.highlighting declared as Symbol
 Symbol Token.symbol
          The symbol contains all the properties shared with similar tokens.
 

Methods in gui.highlighting that return Symbol
protected  Symbol Scanner.lookup(int type, java.lang.String name)
          Lookup a symbol in the symbol table.
protected  Symbol JavaScanner.lookup(int type, java.lang.String name)