Uses of Interface
net.sourceforge.pmd.lang.modelica.resolver.ModelicaScope
-
Packages that use ModelicaScope Package Description net.sourceforge.pmd.lang.modelica.ast net.sourceforge.pmd.lang.modelica.resolver -
-
Uses of ModelicaScope in net.sourceforge.pmd.lang.modelica.ast
Methods in net.sourceforge.pmd.lang.modelica.ast that return ModelicaScope Modifier and Type Method Description ModelicaScopeModelicaNode. getContainingScope()Returns the lexical scope this node is contained in.ModelicaScopeModelicaNode. getMostSpecificScope()Returns the most specific lexical scope naturally associated with this node.Methods in net.sourceforge.pmd.lang.modelica.ast with parameters of type ModelicaScope Modifier and Type Method Description protected ResolutionResult<ModelicaDeclaration>ASTMultipleDefinitionImportClause. getCacheableImportSources(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionState state, ModelicaScope scope)protected ResolutionResult<ModelicaDeclaration>ASTRenamingImportClause. getCacheableImportSources(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionState state, ModelicaScope scope)protected ResolutionResult<ModelicaDeclaration>ASTSingleDefinitionImportClause. getCacheableImportSources(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionState state, ModelicaScope scope)protected ResolutionResult<ModelicaDeclaration>ASTUnqualifiedImportClause. getCacheableImportSources(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionState state, ModelicaScope scope)static voidInternalApiBridge. setNodeOwnScope(ModelicaNode node, ModelicaScope scope) -
Uses of ModelicaScope in net.sourceforge.pmd.lang.modelica.resolver
Classes in net.sourceforge.pmd.lang.modelica.resolver that implement ModelicaScope Modifier and Type Class Description classModelicaClassScopeA lexical scope corresponding to a Modelica class.classModelicaSourceFileScopeA scope corresponding to some specific Modelica source code file.classRootScopeA pseudo lexical scope corresponding to "unnamed enclosing class" for top-level entities.Methods in net.sourceforge.pmd.lang.modelica.resolver that return ModelicaScope Modifier and Type Method Description ModelicaScopeModelicaDeclaration. getContainingScope()Returns the scope in which this symbol is declared.ModelicaScopeModelicaScope. getParent()Returns the parent (i.e., containing) scope.
-