Class GeneratorContext.RuleInfo

  • Enclosing class:
    GeneratorContext

    public static class GeneratorContext.RuleInfo
    extends java.lang.Object
    Information about the transformation rule in which the evaluation is taking place.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description
      A description of the rule.
      java.lang.String name
      The name of the rule.
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
        The name of the rule.
      • description

        public java.lang.String description
        A description of the rule.
    • Constructor Detail

      • RuleInfo

        public RuleInfo()