Class JavaLogicalModuleAccess
- 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.java.api.model.JavaLogicalModuleAccess
-
- All Implemented Interfaces:
IJavaLogicalModuleAccess
,IElementAccess
,ILogicalModuleAccess
,INamedElementAccess
public final class JavaLogicalModuleAccess extends LogicalModuleAccess implements IJavaLogicalModuleAccess
-
-
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.java.IJavaLogicalModuleAccess
IJavaLogicalModuleAccess.IVisitor
-
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 JavaLogicalModuleAccess(com.hello2morrow.sonargraph.core.model.workspace.ModuleBasedLogicalNamespaceRoot element)
Internal use only
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(INamedElementAccess.INamedElementAccessVisitor visitor)
InternalIJavaModuleAccess
getModule()
Get the associated module access object from the parser model.-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.LogicalModuleAccess
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.ILogicalModuleAccess
getLanguage
-
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 IJavaModuleAccess getModule()
Description copied from class:LogicalModuleAccess
Get the associated module access object from the parser model.- Specified by:
getModule
in interfaceIJavaLogicalModuleAccess
- Specified by:
getModule
in interfaceILogicalModuleAccess
- Overrides:
getModule
in classLogicalModuleAccess
- Returns:
- see above
-
accept
public void accept(INamedElementAccess.INamedElementAccessVisitor visitor)
Internal- Specified by:
accept
in interfaceINamedElementAccess
- Overrides:
accept
in classLogicalModuleAccess
- Parameters:
visitor
- The visitor implementation
-
-