Uses of Interface
org.fife.ui.rsyntaxtextarea.Token
-
Packages that use Token Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rsyntaxtextarea.folding Code folding functionality.org.fife.ui.rsyntaxtextarea.modes Scanners that tokenize source inRSyntaxTextArea. -
-
Uses of Token in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement Token Modifier and Type Class Description classTokenImplThe default implementation ofToken.Fields in org.fife.ui.rsyntaxtextarea declared as Token Modifier and Type Field Description private TokenRSyntaxDocument. cachedTokenListprivate TokenTokenImpl. nextTokenThe next token in this linked list.private TokenHtmlOccurrenceMarker.Entry. tprivate TokenXmlOccurrenceMarker.Entry. tprivate TokenTokenIterator. tokenTokenTokenUtils.TokenSubList. tokenListThe "sub" token list.Methods in org.fife.ui.rsyntaxtextarea that return Token Modifier and Type Method Description TokenToken. getLastNonCommentNonWhitespaceToken()Returns the last token in this list that is not whitespace or a comment.TokenTokenImpl. getLastNonCommentNonWhitespaceToken()TokenToken. getLastPaintableToken()Returns the last paintable token in this token list, ornullif there is no paintable token.TokenTokenImpl. getLastPaintableToken()static TokenRSyntaxUtilities. getNextImportantToken(Token t, RSyntaxTextArea textArea, int line)Returns the next non-whitespace, non-comment token in a text area.TokenToken. getNextToken()Returns the token after this one in the linked list.TokenTokenImpl. getNextToken()static TokenRSyntaxUtilities. getPreviousImportantToken(RSyntaxDocument doc, int line)Returns the last non-whitespace, non-comment token, starting with the specified line.static TokenRSyntaxUtilities. getPreviousImportantTokenFromOffs(RSyntaxDocument doc, int offs)Returns the last non-whitespace, non-comment token, before the specified offset.static TokenHtmlOccurrenceMarker. getTagNameTokenForCaretOffset(RSyntaxTextArea textArea, OccurrenceMarker occurrenceMarker)If the caret is inside a tag, this method returns the token representing the tag name; otherwise,nullis returned.static TokenRSyntaxUtilities. getTokenAtOffset(RSyntaxDocument doc, int offset)Returns the token at the specified offset.static TokenRSyntaxUtilities. getTokenAtOffset(RSyntaxTextArea textArea, int offset)Returns the token at the specified offset.static TokenRSyntaxUtilities. getTokenAtOffset(Token tokenList, int offset)Returns the token at the specified index, ornullif the given offset isn't in this token list's range.
Note that this method does NOT check to see iftokenListis null; callers should check for themselves.static TokenRSyntaxUtilities. getTokenAtOffsetOrLastTokenIfEndOfLine(RSyntaxDocument doc, int offset)Returns the token at the specified offset.static TokenRSyntaxUtilities. getTokenAtOffsetOrLastTokenIfEndOfLine(RSyntaxTextArea textArea, int offset)Returns the token at the specified offset.static TokenRSyntaxUtilities. getTokenAtOffsetOrLastTokenIfEndOfLine(Token tokenList, int offset)Returns the token at the specified index, ornullif the given offset isn't in this token list's range.TokenTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenRSyntaxTextArea. getTokenListFor(int startOffs, int endOffs)Returns a token list for the given range in the document.TokenRSyntaxDocument. getTokenListForLine(int line)Returns a token list for the specified segment of text representing the specified line number.TokenRSyntaxTextArea. getTokenListForLine(int line)Returns a list of tokens representing the given line.TokenSyntaxView. getTokenListForPhysicalLineAbove(int offset)Returns a token list for the physical line above the physical line containing the specified offset into the document.TokenTokenOrientedView. getTokenListForPhysicalLineAbove(int offset)Returns a token list for the physical line above the physical line containing the specified offset into the document.TokenSyntaxView. getTokenListForPhysicalLineBelow(int offset)Returns a token list for the physical line below the physical line containing the specified offset into the document.TokenTokenOrientedView. getTokenListForPhysicalLineBelow(int offset)Returns a token list for the physical line below the physical line containing the specified offset into the document.TokenDefaultOccurrenceMarker. getTokenToMark(RSyntaxTextArea textArea)TokenHtmlOccurrenceMarker. getTokenToMark(RSyntaxTextArea textArea)TokenOccurrenceMarker. getTokenToMark(RSyntaxTextArea textArea)Returns the token to mark occurrences, of, provided it matches the criteria put forth byOccurrenceMarker.isValidType(RSyntaxTextArea, Token).TokenXmlOccurrenceMarker. getTokenToMark(RSyntaxTextArea textArea)TokenRSyntaxTextArea. modelToToken(int offs)Returns the token at the specified position in the model.TokenTokenIterator. next()Returns the next paintable token in the document.TokenRSyntaxTextArea. viewToToken(java.awt.Point p)Returns the token at the specified position in the view.Methods in org.fife.ui.rsyntaxtextarea that return types with arguments of type Token Modifier and Type Method Description java.util.Iterator<Token>RSyntaxDocument. iterator()Returns an iterator over the paintable tokens in this document.Methods in org.fife.ui.rsyntaxtextarea with parameters of type Token Modifier and Type Method Description protected intWrappedSyntaxView. calculateBreakPosition(int p0, Token tokenList, float x0)This is called by the nested wrapped line views to determine the break location.private TokenImplRSyntaxTextArea. cloneTokenList(Token t)Clones a token list.voidTokenImpl. copyFrom(Token t2)Makes one token point to the same text segment, and have the same value as another token.private floatSyntaxView. drawLine(TokenPainter painter, Token token, java.awt.Graphics2D g, float x, float y, int line)Draws the passed-in text using syntax highlighting for the current language.private floatSyntaxView. drawLineWithSelection(TokenPainter painter, Token token, java.awt.Graphics2D g, float x, float y, int selStart, int selEnd)Draws the passed-in text using syntax highlighting for the current language.java.awt.ColorRSyntaxTextArea. getBackgroundForToken(Token token)Returns the background color for a token.java.awt.ColorRSyntaxTextArea. getForegroundForToken(Token t)Returns the foreground color to use when painting a token.static TokenRSyntaxUtilities. getNextImportantToken(Token t, RSyntaxTextArea textArea, int line)Returns the next non-whitespace, non-comment token in a text area.booleanAbstractJFlexCTokenMaker. getShouldIndentNextLineAfter(Token t)booleanTokenMaker. getShouldIndentNextLineAfter(Token token)If a line ends in the specified token, this method returns whether a new line inserted after that line should be indented.booleanTokenMakerBase. getShouldIndentNextLineAfter(Token token)The default implementation returnsfalsealways.static TokenUtils.TokenSubListTokenUtils. getSubTokenList(Token tokenList, int pos, javax.swing.text.TabExpander e, RSyntaxTextArea textArea, float x0)Modifies the passed-in token list to start at the specified offset.static TokenUtils.TokenSubListTokenUtils. getSubTokenList(Token tokenList, int pos, javax.swing.text.TabExpander e, RSyntaxTextArea textArea, float x0, TokenImpl tempToken)Modifies the passed-in token list to start at the specified offset.static TokenRSyntaxUtilities. getTokenAtOffset(Token tokenList, int offset)Returns the token at the specified index, ornullif the given offset isn't in this token list's range.
Note that this method does NOT check to see iftokenListis null; callers should check for themselves.static TokenRSyntaxUtilities. getTokenAtOffsetOrLastTokenIfEndOfLine(Token tokenList, int offset)Returns the token at the specified index, ornullif the given offset isn't in this token list's range.static floatRSyntaxUtilities. getTokenListWidth(Token tokenList, RSyntaxTextArea textArea, javax.swing.text.TabExpander e)Determines the width of the given token list taking tabs into consideration.static floatRSyntaxUtilities. getTokenListWidth(Token tokenList, RSyntaxTextArea textArea, javax.swing.text.TabExpander e, float x0)Determines the width of the given token list taking tabs into consideration.static floatRSyntaxUtilities. getTokenListWidthUpTo(Token tokenList, RSyntaxTextArea textArea, javax.swing.text.TabExpander e, float x0, int upTo)Determines the width of the given token list taking tabs into consideration and only up to the given index in the document (exclusive).booleanRSyntaxTextArea. getUnderlineForToken(Token t)Returns whether the specified token should be underlined.static intTokenUtils. getWhiteSpaceTokenLength(Token t, int tabSize, int curOffs)Returns the length, in characters, of a whitespace token, taking tabs into account.static booleanTokenUtils. isBlankOrAllWhiteSpace(Token t)Returns whether a token list isnull, empty, all whitespace, just comment token(s), or any combination of those.static booleanTokenUtils. isBlankOrAllWhiteSpaceWithoutComments(Token t)Returns whether a token list isnull, empty, or all whitespace token(s).private booleanAbstractJFlexCTokenMaker. isInternalEolTokenForMLCs(Token t)Returns whether a given token is an internal token type that represents an MLC or documentation comment continuing on to the next line.static booleanRSyntaxUtilities. isNonWordChar(Token t)Returns whether the specified token is a single non-word char (e.g.booleanDefaultOccurrenceMarker. isValidType(RSyntaxTextArea textArea, Token t)booleanHtmlOccurrenceMarker. isValidType(RSyntaxTextArea textArea, Token t)booleanOccurrenceMarker. isValidType(RSyntaxTextArea textArea, Token t)Returns whether the specified token is a type that we can do a "mark occurrences" of.booleanXmlOccurrenceMarker. isValidType(RSyntaxTextArea textArea, Token t)voidDefaultOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)voidHtmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)voidOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.voidXmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)static voidDefaultOccurrenceMarker. markOccurrencesOfToken(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Highlights all instances of tokens identical totin the specified document.floatDefaultTokenPainter. paint(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e)floatDefaultTokenPainter. paint(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart)floatDefaultTokenPainter. paint(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart, boolean paintBG)floatTokenPainter. paint(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e)Paints this token.floatTokenPainter. paint(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart)Paints this token.floatTokenPainter. paint(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart, boolean paintBG)Paints this token.protected floatDefaultTokenPainter. paintImpl(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart, boolean selected, boolean useSTC)Does the dirty-work of actually painting the token.protected floatVisibleWhitespaceTokenPainter. paintImpl(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart, boolean selected, boolean useSTC)floatDefaultTokenPainter. paintSelected(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, boolean useSTC)floatDefaultTokenPainter. paintSelected(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart, boolean useSTC)floatTokenPainter. paintSelected(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, boolean useSTC)Paints this token as it should appear in a selected region of text (assuming painting with a selection-foreground color is enabled in the parentRSyntaxTextArea).floatTokenPainter. paintSelected(Token token, java.awt.Graphics2D g, float x, float y, RSyntaxTextArea host, javax.swing.text.TabExpander e, float clipStart, boolean useSTC)Paints this token as it should appear in a selected region of text (assuming painting with a selection-foreground color is enabled in the parentRSyntaxTextArea).protected voidDefaultTokenPainter. paintTabLines(Token token, int x, int y, int endX, java.awt.Graphics2D g, javax.swing.text.TabExpander e, RSyntaxTextArea host)Paints dotted "tab" lines; that is, lines that show where your caret would go to on the line if you hit "tab".static booleanRSyntaxUtilities. regexCanFollowInJavaScript(Token t)Returns whether a regular expression token can follow the specified token in JavaScript.voidTokenImpl. setNextToken(Token nextToken)Sets the "next token" pointer of this token to point to the specified token.static java.lang.StringTokenUtils. tokenToHtml(RSyntaxTextArea textArea, Token token)Generates HTML that renders a token with the style used in an RSTA instance.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type Token Constructor Description Entry(boolean open, Token t)Entry(boolean open, Token t)TokenImpl(Token t2)Creates this token as a copy of the passed-in token.TokenSubList(Token tokenList, float x) -
Uses of Token in org.fife.ui.rsyntaxtextarea.folding
Fields in org.fife.ui.rsyntaxtextarea.folding declared as Token Modifier and Type Field Description private TokenHtmlFoldParser.TagCloseInfo. closeTokenMethods in org.fife.ui.rsyntaxtextarea.folding with parameters of type Token Modifier and Type Method Description private static booleanNsisFoldParser. foundEndKeyword(char[] keyword, Token t, java.util.Stack<char[]> endWordStack)private static intPythonFoldParser. getLeadingWhiteSpaceCount(Token t, int tabSize)private intHtmlFoldParser. getTagCloseInfo(Token tagNameToken, RSyntaxTextArea textArea, int line, HtmlFoldParser.TagCloseInfo info)Grabs the token representing the closing of a tag (i.e.private static booleanHtmlFoldParser. isEndOfLastFold(java.util.Stack<java.lang.String> tagNameStack, Token tagNameToken)Returns whether a closing tag ("</...>") with a specific name is the closing tag of our current fold region.private static booleanHtmlFoldParser. isFoldableTag(Token tagNameToken)Returns whether a tag is one we allow as a foldable region.private static booleanJsonFoldParser. isLeftBracket(Token t)Returns whether a token is the left bracket token.booleanCurlyFoldParser. isLeftCurly(Token t)Returns whether the token is a left curly brace.booleanLispFoldParser. isLeftCurly(Token t)private static booleanJsonFoldParser. isRightBracket(Token t)Returns whether a token is the right bracket token.booleanCurlyFoldParser. isRightCurly(Token t)Returns whether the token is a right curly brace.booleanLispFoldParser. isRightCurly(Token t)private static booleanYamlFoldParser. isSpaces(Token t)private static booleanPythonFoldParser. tokenHasLineContinuation(Token t) -
Uses of Token in org.fife.ui.rsyntaxtextarea.modes
Methods in org.fife.ui.rsyntaxtextarea.modes that return Token Modifier and Type Method Description TokenActionScriptTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenAssembler6502TokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenAssemblerX86TokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenBBCodeTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenClojureTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenCPlusPlusTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenCSharpTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenCSSTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenCsvTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenCTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenDartTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenDelphiTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenDockerTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenDtdTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenDTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenFortranTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenGoTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenGroovyTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenHandlebarsTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenHostsTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenHtaccessTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenHTMLTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenIniTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenJavaScriptTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenJavaTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenJsonTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenJSPTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenKotlinTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenLatexTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenLispTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenLuaTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenMakefileTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenMarkdownTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenMxmlTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenNSISTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenPerlTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenPHPTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenPlainTextTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenPropertiesFileTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenProtoTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenPythonTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenRubyTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenRustTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenSASTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenScalaTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenSQLTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)TokenTclTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenTypeScriptTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenUnixShellTokenMaker. getTokenList(javax.swing.text.Segment text, int startTokenType, int startOffset)Returns a list of tokens representing the given text.TokenVisualBasicTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenWindowsBatchTokenMaker. getTokenList(javax.swing.text.Segment text, int startTokenType, int startOffset)Returns a list of tokens representing the given text.TokenXMLTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenYamlTokenMaker. getTokenList(javax.swing.text.Segment text, int initialTokenType, int startOffset)Returns the first token in the linked list of tokens generated fromtext.TokenActionScriptTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenAssembler6502TokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenAssemblerX86TokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenBBCodeTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenClojureTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenCPlusPlusTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenCSharpTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenCSSTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenCsvTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenCTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenDartTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenDelphiTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenDockerTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenDtdTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenDTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenFortranTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenGoTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenGroovyTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenHandlebarsTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenHostsTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenHtaccessTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenHTMLTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenIniTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenJavaScriptTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenJavaTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenJsonTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenJSPTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenKotlinTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenLatexTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenLispTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenLuaTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenMakefileTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenMarkdownTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenMxmlTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenNSISTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenPerlTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenPHPTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenPlainTextTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenPropertiesFileTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenProtoTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenPythonTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenRubyTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenRustTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenSASTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenScalaTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenSQLTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenTclTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenTypeScriptTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenVisualBasicTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenXMLTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.TokenYamlTokenMaker. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.Methods in org.fife.ui.rsyntaxtextarea.modes with parameters of type Token Modifier and Type Method Description booleanCSSTokenMaker. getShouldIndentNextLineAfter(Token t)booleanHandlebarsTokenMaker. getShouldIndentNextLineAfter(Token token)Overridden to handle newlines in JS and CSS differently than those in markup.booleanHTMLTokenMaker. getShouldIndentNextLineAfter(Token token)Overridden to handle newlines in JS and CSS differently than those in markup.booleanJsonTokenMaker. getShouldIndentNextLineAfter(Token t)booleanJSPTokenMaker. getShouldIndentNextLineAfter(Token token)Overridden to handle newlines in JS and CSS differently than those in markup.booleanPHPTokenMaker. getShouldIndentNextLineAfter(Token token)Overridden to handle newlines in JS and CSS differently than those in markup.booleanPythonTokenMaker. getShouldIndentNextLineAfter(Token t)private static booleanGroovyTokenMaker. regexCanFollow(Token t)Returns whether a regular expression token can follow the specified token.private static booleanPerlTokenMaker. regexCanFollow(Token t)Returns whether a regular expression token can follow the specified token.
-