Interface ModelicaNode

    • Method Detail

      • getContainingScope

        ModelicaScope getContainingScope()
        Returns the lexical scope this node is contained in.
      • getMostSpecificScope

        ModelicaScope getMostSpecificScope()
        Returns the most specific lexical scope naturally associated with this node.
        Returns:
        the scope defined by this node itself or the same as getContainingScope() otherwise