public final class DependencyAccess extends ElementAccess<ParserDependency> implements IDependencyAccess
ElementAccess.IAccessFactoryINamedElementAccess.INamedElementAccessVisitor| Modifier and Type | Method and Description |
|---|---|
IDependencyContext |
getDependencyContext() |
IDependencyKind |
getDependencyKind() |
IProgrammingElementAccess |
getFrom()
Get the origin of the dependency.
|
DependencyContext |
getGenericDependencyContext()
Return the generic (core) context of the dependency - might be 'null'.
|
DependencyKind |
getGenericDependencyKind()
Return the generic (core) type of the dependency.
|
int |
getLineNumber() |
IProgrammingElementAccess |
getTo()
Get the target of this dependency.
|
boolean |
isCompileTimeDependency() |
accept, equals, getChildren, getElement, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getName, getNameWithSignature, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively, getShortName, getShortNameWithSignature, hashCode, ignoreIssues, isExcluded, isExternal, toStringgetName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternalpublic DependencyKind getGenericDependencyKind()
getGenericDependencyKind in interface IDependencyAccesspublic DependencyContext getGenericDependencyContext()
public int getLineNumber()
getLineNumber in interface IDependencyAccesspublic IDependencyKind getDependencyKind()
getDependencyKind in interface IDependencyAccesspublic IDependencyContext getDependencyContext()
public boolean isCompileTimeDependency()
isCompileTimeDependency in interface IDependencyAccesspublic IProgrammingElementAccess getFrom()
getFrom in interface IDependencyAccesspublic IProgrammingElementAccess getTo()
getTo in interface IDependencyAccess