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 ModelicaScope
ModelicaNode. getContainingScope()
Returns the lexical scope this node is contained in.ModelicaScope
ModelicaNode. 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 void
InternalApiBridge. 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 class
ModelicaClassScope
A lexical scope corresponding to a Modelica class.class
ModelicaSourceFileScope
A scope corresponding to some specific Modelica source code file.class
RootScope
A 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 ModelicaScope
ModelicaDeclaration. getContainingScope()
Returns the scope in which this symbol is declared.ModelicaScope
ModelicaScope. getParent()
Returns the parent (i.e., containing) scope.
-