Interface ProcedureTree

    • Method Detail

      • topLevelDefinitions

        List<DefinitionTree> topLevelDefinitions()
        List of the top-level definitions of the procedure: subfields of data structure are not part of this list, they can be accessed from their parent DataStructureDefinitionTree.
        Returns:
        list of top-level definitions
      • calculations

        List<CalculationTree> calculations()
        List of top-level calculations: calculations which are nested inside other calculations (e.g. an "IF" group) don't appear in this list.
        Returns:
        list of top-level calculations