Class HighlighterType

    • Method Detail

      • _toJsonString

        public java.lang.String _toJsonString()
      • isBuiltin

        public boolean isBuiltin()
        Is this variant instance of kind builtin?
      • builtin

        public BuiltinHighlighterType builtin()
        Get the builtin variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the builtin kind.
      • isCustom

        public boolean isCustom()
        Is this variant instance of kind custom?
      • custom

        public java.lang.String custom()
        Get the custom variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the custom kind.