Interface ModelicaScope

  • All Known Implementing Classes:
    ModelicaClassScope, ModelicaSourceFileScope, RootScope

    public interface ModelicaScope
    A lexical scope of Modelica code. That is, a component declaration does not have one, it is its type that does (but these may be resolved to multiple classes or not resolved at all, these classes generally reside in other files, etc.) Please do not confuse this with SubcomponentResolver that represents "view from the outside" on something possibly looked up from other file via component reference.