Uses of Class
org.eclipse.lemminx.dom.parser.TokenType
-
Packages that use TokenType Package Description org.eclipse.lemminx.dom.parser org.eclipse.lemminx.services org.eclipse.lemminx.utils -
-
Uses of TokenType in org.eclipse.lemminx.dom.parser
Methods in org.eclipse.lemminx.dom.parser that return TokenType Modifier and Type Method Description TokenTypeScanner. getTokenType()TokenTypeXMLScanner. getTokenType()TokenTypeScanner. scan()TokenTypeXMLScanner. scan()static TokenTypeTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TokenType in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type TokenType Modifier and Type Method Description static 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 TokenType Modifier and Type Method Description static org.eclipse.lsp4j.RangeXMLPositionUtility. getTagNameRange(TokenType tokenType, int startOffset, DOMDocument xmlDocument)
-