Uses of Interface
net.sourceforge.pmd.lang.modelica.resolver.ResolutionResult
-
Packages that use ResolutionResult Package Description net.sourceforge.pmd.lang.modelica.ast net.sourceforge.pmd.lang.modelica.resolver -
-
Uses of ResolutionResult in net.sourceforge.pmd.lang.modelica.ast
Methods in net.sourceforge.pmd.lang.modelica.ast that return ResolutionResult Modifier and Type Method Description protected ResolutionResult<ModelicaDeclaration>ASTMultipleDefinitionImportClause. getCacheableImportSources(ResolutionState state, ModelicaScope scope)protected ResolutionResult<ModelicaDeclaration>ASTRenamingImportClause. getCacheableImportSources(ResolutionState state, ModelicaScope scope)protected ResolutionResult<ModelicaDeclaration>ASTSingleDefinitionImportClause. getCacheableImportSources(ResolutionState state, ModelicaScope scope)protected ResolutionResult<ModelicaDeclaration>ASTUnqualifiedImportClause. getCacheableImportSources(ResolutionState state, ModelicaScope scope)ResolutionResult<ResolvableEntity>ASTComponentReference. getResolutionCandidates()Returns resolution candidates for the referred component (and not dereferencing its type, etc.).ResolutionResult<ResolvableEntity>ASTName. getResolutionCandidates()Returns resolution candidates for the referred entity.ResolutionResultResolvableModelicaNode. getResolutionCandidates()Tries to resolve the declaration of the referenced component. -
Uses of ResolutionResult in net.sourceforge.pmd.lang.modelica.resolver
Methods in net.sourceforge.pmd.lang.modelica.resolver that return ResolutionResult Modifier and Type Method Description <T extends ResolvableEntity>
ResolutionResult<T>ResolutionContext. get(Class<T> clazz)ResolutionResult<ModelicaDeclaration>ResolutionContext. getDeclaration()ResolutionResult<ModelicaType>ModelicaComponentDeclaration. getTypeCandidates()ResolutionResult<ModelicaType>ResolutionContext. getTypes()<T extends ResolvableEntity>
ResolutionResult<T>SubcomponentResolver. safeResolveComponent(Class<T> clazz, ResolutionState state, CompositeName name)Resolves `nameas if resolving subcomponents through the type of base component<T extends ResolvableEntity>
ResolutionResult<T>ModelicaScope. safeResolveLexically(Class<T> clazz, ResolutionState state, CompositeName name)Resolves a name as if it is written inside this lexical scope in a file.
-