Class DeclarationManager


  • public class DeclarationManager
    extends Object
    The manager holds all the declaration information and manage the building procedure.
    • Constructor Detail

      • DeclarationManager

        public DeclarationManager()
    • Method Detail

      • setCurrentContext

        public void setCurrentContext​(RecordContext<?> currentContext)
      • getVariableValue

        public <T> T getVariableValue​(int ordinal)
      • setVariableValue

        public <T> void setVariableValue​(int ordinal,
                                         T value)
      • variableCount

        public int variableCount()