Interface IDependencyContext
-
- All Known Implementing Classes:
DependencyContext
public interface IDependencyContext
Common interface for general or language specific dependency contexts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.hello2morrow.sonargraph.core.model.programming.IParserDependencyContext
getContext()
Internal use onlyIDependencyContext
getGenericDependencyContext()
Get the language independent dependency contextboolean
matches(com.hello2morrow.sonargraph.core.model.programming.ParserDependency dep)
Internal use only
-
-
-
Method Detail
-
matches
boolean matches(com.hello2morrow.sonargraph.core.model.programming.ParserDependency dep)
Internal use only
-
getContext
com.hello2morrow.sonargraph.core.model.programming.IParserDependencyContext getContext()
Internal use only
-
getGenericDependencyContext
IDependencyContext getGenericDependencyContext()
Get the language independent dependency context- Returns:
- A language independent dependency context classifier
-
-