Class Rule.RuleVisitor

  • Enclosing class:
    Rule

    public static class Rule.RuleVisitor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleVisitor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Rule r)  
      • Methods inherited from class java.lang.Object

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

      • RuleVisitor

        public RuleVisitor()
    • Method Detail

      • apply

        public void apply​(Rule r)