Uses of Class
net.sourceforge.pmd.lang.modelica.resolver.ResolutionState
-
Packages that use ResolutionState Package Description net.sourceforge.pmd.lang.modelica.ast net.sourceforge.pmd.lang.modelica.resolver -
-
Uses of ResolutionState in net.sourceforge.pmd.lang.modelica.ast
Methods in net.sourceforge.pmd.lang.modelica.ast with parameters of type ResolutionState 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) -
Uses of ResolutionState in net.sourceforge.pmd.lang.modelica.resolver
Methods in net.sourceforge.pmd.lang.modelica.resolver that return ResolutionState Modifier and Type Method Description static ResolutionStateResolutionState. forComponentReference()static ResolutionStateResolutionState. forType()ResolutionStateResolutionContext. getState()Methods in net.sourceforge.pmd.lang.modelica.resolver with parameters of type ResolutionState Modifier and Type Method Description <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.
-