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 voidaccept(INamedElementAccess.INamedElementAccessVisitor visitor)InternalIJavaModuleAccessgetModule()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:LogicalModuleAccessGet the associated module access object from the parser model.- Specified by:
getModulein interfaceIJavaLogicalModuleAccess- Specified by:
getModulein interfaceILogicalModuleAccess- Overrides:
getModulein classLogicalModuleAccess- Returns:
- see above
-
accept
public void accept(INamedElementAccess.INamedElementAccessVisitor visitor)
Internal- Specified by:
acceptin interfaceINamedElementAccess- Overrides:
acceptin classLogicalModuleAccess- Parameters:
visitor- The visitor implementation
-
-