Class IGosuParser.Settings

  • Enclosing interface:
    IGosuParser

    public static class IGosuParser.Settings
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Settings()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String highlightCurrentToken​(int start, int end, java.lang.String source)  
      static void setWarnOnCaseIssue()  
      • Methods inherited from class java.lang.Object

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

      • WARN_ON_CASE_DEFAULT

        public static java.lang.ThreadLocal<java.lang.Boolean> WARN_ON_CASE_DEFAULT
      • IDE_EDITOR_PARSER_DEFAULT

        public static java.lang.ThreadLocal<java.lang.Boolean> IDE_EDITOR_PARSER_DEFAULT
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • setWarnOnCaseIssue

        public static void setWarnOnCaseIssue()
      • highlightCurrentToken

        public static java.lang.String highlightCurrentToken​(int start,
                                                             int end,
                                                             java.lang.String source)