Extension SDK 10.1.2


Uses of Class
oracle.javatools.parser.util.KeywordTable

Packages that use KeywordTable
oracle.javatools.parser.generic The Generic Lexer package is a basic set of classes to help in quickly prototyping a lexer/scanner for a given language. 

 

Uses of KeywordTable in oracle.javatools.parser.generic

 

Fields in oracle.javatools.parser.generic declared as KeywordTable
protected  KeywordTable Language.keywordTable
          Stores a keyword table, containing all of the keywords of this language.
protected  KeywordTable GenericLexer.keywordTable
          The keyword table of the language.

 

Methods in oracle.javatools.parser.generic that return KeywordTable
protected  KeywordTable Language.getKeywordTable()
          Returns a KeywordTable for this language, based on the keywords supported, and whether the language is case-sensitive or not.

 


Extension SDK


 

Copyright © 1997, 2004, Oracle. All rights reserved.