Class GeneratorContext

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GeneratorContext.Attribute
      Information about the attribute which is being generated, where appropriate.
      static class  GeneratorContext.Profile
      Information about the profile in which the evaluation is taking place, where appropriate.
      static class  GeneratorContext.RuleInfo
      Information about the transformation rule in which the evaluation is taking place.
      static class  GeneratorContext.Table
      Information about the profile table in which the evaluation is taking place, where appropriate.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rule

        public GeneratorContext.RuleInfo rule
        Information about the transformation rule in which the evaluation is taking place.
      • attribute

        public GeneratorContext.Attribute attribute
        Information about the attribute which is being generated, where appropriate. This field will be null if there is no attribute present in this context.
      • profile

        public GeneratorContext.Profile profile
        Information about the profile in which the evaluation is taking place, where appropriate. This field will be null if there is no profile present in this context.
      • table

        public GeneratorContext.Table table
        Information about the profile table in which the evaluation is taking place, where appropriate. This field will be null if there is no profile table present in this context.
    • Constructor Detail

      • GeneratorContext

        public GeneratorContext()