Class JadxTokenMaker

  • All Implemented Interfaces:
    org.fife.ui.rsyntaxtextarea.TokenMaker

    public final class JadxTokenMaker
    extends org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker

        org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker.CStyleInsertBreakAction
    • Field Summary

      • Fields inherited from class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker

        DOCCOMMENT, EOL_COMMENT, MLC, TEXT_BLOCK, YYEOF, YYINITIAL
      • Fields inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker

        offsetShift, s, start
      • Fields inherited from class org.fife.ui.rsyntaxtextarea.TokenMakerBase

        currentToken, firstToken, previousToken
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.fife.ui.rsyntaxtextarea.Token getTokenList​(javax.swing.text.Segment text, int initialTokenType, int startOffset)  
      • Methods inherited from class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker

        addToken, getLineCommentStartAndEnd, yybegin, yycharat, yyclose, yylength, yylex, yypushback, yyreset, yystate, yytext
      • Methods inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker

        createInsertBreakAction, getCurlyBracesDenoteCodeBlocks, getInsertBreakAction, getMarkOccurrencesOfTokenType, getShouldIndentNextLineAfter
      • Methods inherited from class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker

        yybegin
      • Methods inherited from class org.fife.ui.rsyntaxtextarea.TokenMakerBase

        addNullToken, addToken, addToken, createOccurrenceMarker, getClosestStandardTokenTypeForInternalType, getLanguageIndex, getLastTokenTypeOnLine, getNoTokensIdentifiedYet, getOccurrenceMarker, isIdentifierChar, isMarkupLanguage, resetTokenList, setLanguageIndex
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JadxTokenMaker

        public JadxTokenMaker​(CodeArea codeArea)
    • Method Detail

      • getTokenList

        public org.fife.ui.rsyntaxtextarea.Token getTokenList​(javax.swing.text.Segment text,
                                                              int initialTokenType,
                                                              int startOffset)
        Specified by:
        getTokenList in interface org.fife.ui.rsyntaxtextarea.TokenMaker
        Overrides:
        getTokenList in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker