Uses of Interface
net.sourceforge.pmd.lang.modelica.resolver.ModelicaDeclaration
Packages that use ModelicaDeclaration
Package
Description
-
Uses of ModelicaDeclaration in net.sourceforge.pmd.lang.modelica.ast
Methods in net.sourceforge.pmd.lang.modelica.ast that return types with arguments of type ModelicaDeclarationModifier 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) Methods in net.sourceforge.pmd.lang.modelica.ast with parameters of type ModelicaDeclarationModifier and TypeMethodDescriptionprotected voidASTMultipleDefinitionImportClause.fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName) protected voidASTRenamingImportClause.fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName) protected voidASTSingleDefinitionImportClause.fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName) protected voidASTUnqualifiedImportClause.fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName) -
Uses of ModelicaDeclaration in net.sourceforge.pmd.lang.modelica.resolver
Subinterfaces of ModelicaDeclaration in net.sourceforge.pmd.lang.modelica.resolverModifier and TypeInterfaceDescriptioninterfaceA Modelica type that is defined as a class (i.e., class, package, model, etc.).Classes in net.sourceforge.pmd.lang.modelica.resolver that implement ModelicaDeclarationMethods in net.sourceforge.pmd.lang.modelica.resolver that return types with arguments of type ModelicaDeclarationModifier and TypeMethodDescriptionModelicaScope.getContainedDeclarations()Returns the declarations that were lexically declared in this scope.Methods in net.sourceforge.pmd.lang.modelica.resolver with parameters of type ModelicaDeclarationModifier and TypeMethodDescriptionstatic voidInternalApiBridge.resolveFurtherNameComponents(ModelicaDeclaration declaration, net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, CompositeName name)