Uses of Interface
net.sourceforge.pmd.lang.modelica.resolver.ModelicaDeclaration
-
Packages that use ModelicaDeclaration Package Description net.sourceforge.pmd.lang.modelica.ast net.sourceforge.pmd.lang.modelica.resolver -
-
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 ModelicaDeclaration 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)
Methods in net.sourceforge.pmd.lang.modelica.ast with parameters of type ModelicaDeclaration Modifier and Type Method Description protected void
ASTMultipleDefinitionImportClause. fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName)
protected void
ASTRenamingImportClause. fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName)
protected void
ASTSingleDefinitionImportClause. fetchImportedClassesFromSource(net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, ModelicaDeclaration source, String simpleName)
protected void
ASTUnqualifiedImportClause. 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.resolver Modifier and Type Interface Description interface
ModelicaClassType
A Modelica type that is defined as a class (i.e., class, package, model, etc.).Classes in net.sourceforge.pmd.lang.modelica.resolver that implement ModelicaDeclaration Modifier and Type Class Description class
ModelicaComponentDeclaration
Methods in net.sourceforge.pmd.lang.modelica.resolver that return types with arguments of type ModelicaDeclaration Modifier and Type Method Description List<ModelicaDeclaration>
ModelicaScope. getContainedDeclarations()
Returns the declarations that were lexically declared in this scope.Methods in net.sourceforge.pmd.lang.modelica.resolver with parameters of type ModelicaDeclaration Modifier and Type Method Description static void
InternalApiBridge. resolveFurtherNameComponents(ModelicaDeclaration declaration, net.sourceforge.pmd.lang.modelica.resolver.internal.ResolutionContext result, CompositeName name)
-