Class Rule


  • public abstract class Rule
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Rule.RuleVisitor  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • renderInstructions

        public final java.util.ArrayList<RenderInstruction> renderInstructions
      • subRules

        public final java.util.ArrayList<Rule> subRules