org.netbeans.modules.lexer/2 1.39.1 1

Uses of Interface
org.netbeans.spi.lexer.Lexer

Packages that use Lexer
org.netbeans.spi.lexer The main abstract class in the Lexer SPI that must be implemented is LanguageHierarchy that mainly defines set of token ids and token categories for the new language and its Lexer
 

Uses of Lexer in org.netbeans.spi.lexer
 

Methods in org.netbeans.spi.lexer that return Lexer
protected abstract  Lexer<T> LanguageHierarchy.createLexer(LexerRestartInfo<T> info)
          Create lexer prepared for returning tokens from subsequent calls to nextToken().
 


org.netbeans.modules.lexer/2 1.39.1 1

Built on October 11 2012.  |  Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.