Uses of Enum Class
org.eclipse.lemminx.dom.parser.TokenType
Packages that use TokenType
Package
Description
-
Uses of TokenType in org.eclipse.lemminx.dom.parser
Methods in org.eclipse.lemminx.dom.parser that return TokenTypeModifier and TypeMethodDescriptionScanner.getTokenType()XMLScanner.getTokenType()Scanner.scan()XMLScanner.scan()static TokenTypeReturns the enum constant of this class with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TokenType in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic intXMLCompletions.getOffsetFollowedBy(String s, int offset, ScannerState intialState, TokenType expectedToken) Returns starting offset of 'expectedToken' if it the next non whitespace token after 'initialState' -
Uses of TokenType in org.eclipse.lemminx.utils
Methods in org.eclipse.lemminx.utils with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.RangeXMLPositionUtility.getTagNameRange(TokenType tokenType, int startOffset, DOMDocument xmlDocument)