Class Stripper.StripRuleTarget

  • All Implemented Interfaces:
    RuleTarget
    Enclosing class:
    Stripper

    public static class Stripper.StripRuleTarget
    extends java.lang.Object
    implements RuleTarget
    • Constructor Summary

      Constructors 
      Constructor Description
      StripRuleTarget()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(ExpressionPresenter presenter)
      Output diagnostic explanation to an ExpressionPresenter
      void registerRule​(Rule rule)
      Register a rule for which this is the target
      • Methods inherited from class java.lang.Object

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

      • StripRuleTarget

        public StripRuleTarget()
    • Method Detail

      • registerRule

        public void registerRule​(Rule rule)
        Description copied from interface: RuleTarget
        Register a rule for which this is the target
        Specified by:
        registerRule in interface RuleTarget
        Parameters:
        rule - a rule in which this is the target