org.netbeans.modules.lexer/2 1.39.1 1

Uses of Class
org.netbeans.spi.lexer.TokenFactory

Packages that use TokenFactory
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 TokenFactory in org.netbeans.spi.lexer
 

Methods in org.netbeans.spi.lexer that return TokenFactory
 TokenFactory<T> LexerRestartInfo.tokenFactory()
          Get token factory through which the lexer should produce tokens.
 

Methods in org.netbeans.spi.lexer with parameters of type TokenFactory
 Token<T> TokenValidator.validateToken(Token<T> token, TokenFactory<T> factory, CharSequence tokenText, int modRelOffset, int removedLength, CharSequence removedText, int insertedLength, CharSequence insertedText)
          This method is invoked in mutable environments prior lexer invocation to check whether token in which the text modification occurred was only slightly modified by the performed modification and the lexer's invocation is not necessary.
 


org.netbeans.modules.lexer/2 1.39.1 1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.