Class CppLogicalModuleAccess
- java.lang.Object
-
- com.hello2morrow.sonargraph.core.api.model.ElementAccess<com.hello2morrow.sonargraph.core.model.workspace.ModuleBasedLogicalNamespaceRoot>
-
- com.hello2morrow.sonargraph.core.api.model.LogicalModuleAccess
-
- com.hello2morrow.sonargraph.languageprovider.cplusplus.api.model.CppLogicalModuleAccess
-
- All Implemented Interfaces:
IElementAccess
,ILogicalModuleAccess
,INamedElementAccess
public final class CppLogicalModuleAccess extends LogicalModuleAccess
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccess
ElementAccess.IAccessFactory
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.ILogicalModuleAccess
ILogicalModuleAccess.IVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
-
Constructor Summary
Constructors Constructor Description CppLogicalModuleAccess(com.hello2morrow.sonargraph.core.model.workspace.ModuleBasedLogicalNamespaceRoot element)
Internal use only
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CppModuleAccess
getModule()
Get the associated module access object from the parser model.-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.LogicalModuleAccess
accept, getLanguage, getMetricLevel
-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccess
equals, getChildren, getElement, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getName, getNameWithSignature, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively, getShortName, getShortNameWithSignature, hashCode, ignoreIssues, isExcluded, isExternal, setFactory, toString
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
-
-
-
Method Detail
-
getModule
public CppModuleAccess getModule()
Description copied from class:LogicalModuleAccess
Get the associated module access object from the parser model.- Specified by:
getModule
in interfaceILogicalModuleAccess
- Overrides:
getModule
in classLogicalModuleAccess
- Returns:
- see above
-
-