Class GeneratorContext.Table

  • Enclosing class:
    GeneratorContext

    public static class GeneratorContext.Table
    extends java.lang.Object
    Information about the profile table in which the evaluation is taking place, where appropriate.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of the profile table.
    • Constructor Summary

      Constructors 
      Constructor Description
      Table()  
    • 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 profile table.
    • Constructor Detail

      • Table

        public Table()