org.netbeans.modules.lexer/2 1.39.1 1

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

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

Methods in org.netbeans.api.lexer that return TokenHierarchyEventType
 TokenHierarchyEventType TokenHierarchyEvent.type()
          Get reason why a token hierarchy event was fired.
static TokenHierarchyEventType TokenHierarchyEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TokenHierarchyEventType[] TokenHierarchyEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


org.netbeans.modules.lexer/2 1.39.1 1

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