Class PythonFieldAccess
- java.lang.Object
- 
- com.hello2morrow.sonargraph.core.api.model.ElementAccess<com.hello2morrow.sonargraph.core.model.programming.ProgrammingElement>
- 
- com.hello2morrow.sonargraph.core.api.model.ProgrammingElementAccess
- 
- com.hello2morrow.sonargraph.core.api.model.FieldAccess
- 
- com.hello2morrow.sonargraph.core.api.model.GenericFieldAccess
- 
- com.hello2morrow.sonargraph.languageprovider.python.api.model.PythonFieldAccess
 
 
 
 
 
- 
- All Implemented Interfaces:
- IElementAccess,- IFieldAccess,- IGenericFieldAccess,- INamedElementAccess,- IProgrammingElementAccess,- IPythonFieldAccess
 
 public final class PythonFieldAccess extends GenericFieldAccess implements IPythonFieldAccess 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccessElementAccess.IAccessFactory
 - 
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.IFieldAccessIFieldAccess.IVisitor
 - 
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccessINamedElementAccess.INamedElementAccessVisitor
 - 
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.IProgrammingElementAccessIProgrammingElementAccess.IVisitor
 
- 
 - 
Constructor SummaryConstructors Constructor Description PythonFieldAccess(com.hello2morrow.sonargraph.languageprovider.python.model.programming.PythonField element)
 - 
Method Summary- 
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.GenericFieldAccessgetElement, isPrivate, isStatic
 - 
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.FieldAccessaccept
 - 
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.ProgrammingElementAccessgetDirectory, getIncomingDependencies, getIncomingDependencies, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getLineNumber, getMetricLevel, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getReferencedElements, getReferencedElements, getReferencedElements, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElements, getReferencingElements, getReferencingElementsRecursively, getReferencingElementsRecursively, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElement
 - 
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccessequals, getChildren, getFullyQualifiedName, getIssueCount, getName, getNameWithSignature, getParent, getParent, getShortName, getShortNameWithSignature, hashCode, ignoreIssues, isExcluded, isExternal, setFactory, toString
 - 
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IElementAccessgetName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
 - 
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IGenericFieldAccessisPrivate, isStatic
 - 
Methods inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccessaccept, getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
 - 
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IProgrammingElementAccessgetDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElement
 
- 
 
-