Uses of Interface
net.sourceforge.pmd.lang.modelica.resolver.ModelicaScope
Packages that use ModelicaScope
Package
Description
-
Uses of ModelicaScope in net.sourceforge.pmd.lang.modelica.ast
Methods in net.sourceforge.pmd.lang.modelica.ast that return ModelicaScopeModifier and TypeMethodDescriptionModelicaNode.getContainingScope()Returns the lexical scope this node is contained in.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 ModelicaScopeModifier and TypeMethodDescriptionprotected 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 ModelicaScopeModifier and TypeClassDescriptionfinal classA lexical scope corresponding to a Modelica class.final classA scope corresponding to some specific Modelica source code file.final classA pseudo lexical scope corresponding to "unnamed enclosing class" for top-level entities.Methods in net.sourceforge.pmd.lang.modelica.resolver that return ModelicaScopeModifier and TypeMethodDescriptionModelicaDeclaration.getContainingScope()Returns the scope in which this symbol is declared.ModelicaScope.getParent()Returns the parent (i.e., containing) scope.