Class SmaliFoldParser

  • All Implemented Interfaces:
    org.fife.ui.rsyntaxtextarea.folding.FoldParser

    public class SmaliFoldParser
    extends java.lang.Object
    implements org.fife.ui.rsyntaxtextarea.folding.FoldParser
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.fife.ui.rsyntaxtextarea.folding.Fold> getFolds​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)  
      static void register()  
      • Methods inherited from class java.lang.Object

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

      • register

        public static void register()
      • getFolds

        public java.util.List<org.fife.ui.rsyntaxtextarea.folding.Fold> getFolds​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
        Specified by:
        getFolds in interface org.fife.ui.rsyntaxtextarea.folding.FoldParser