org.netbeans.modules.lexer/2 1.39.1 1

Uses of Class
org.netbeans.api.lexer.TokenChange

Packages that use TokenChange
org.netbeans.api.lexer The entrance point into Lexer API is TokenHierarchy class with its static methods that provide its instance for the given input source. 
 

Uses of TokenChange in org.netbeans.api.lexer
 

Methods in org.netbeans.api.lexer that return TokenChange
 TokenChange<?> TokenChange.embeddedChange(int index)
          Get embedded change at the given index.
 TokenChange<?> TokenHierarchyEvent.tokenChange()
          Get the token change that occurred in the tokens at the top-level of the token hierarchy.
<T extends TokenId>
TokenChange<T>
TokenHierarchyEvent.tokenChange(Language<T> language)
          Get the token change if the top level of the token hierarchy contains tokens of the given language.
 


org.netbeans.modules.lexer/2 1.39.1 1

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