Uses of Enum Class
org.eclipse.jdt.ui.text.java.ISemanticTokensProvider.TokenType
Packages that use ISemanticTokensProvider.TokenType
Package
Description
Application programming interfaces for interaction
with the Eclipse Java User Interface.
-
Uses of ISemanticTokensProvider.TokenType in org.eclipse.jdt.ui.text.java
Methods in org.eclipse.jdt.ui.text.java that return ISemanticTokensProvider.TokenTypeModifier and TypeMethodDescriptionISemanticTokensProvider.SemanticToken.tokenType()Returns the value of thetokenTyperecord component.Returns the enum constant of this class with the specified name.static ISemanticTokensProvider.TokenType[]ISemanticTokensProvider.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jdt.ui.text.java with parameters of type ISemanticTokensProvider.TokenTypeModifierConstructorDescriptionSemanticToken(int ofset, int length, ISemanticTokensProvider.TokenType tokenType) Creates an instance of aSemanticTokenrecord class.