Interface IGenericProgrammingElementAccess
-
- All Superinterfaces:
IElementAccess
,INamedElementAccess
,IProgrammingElementAccess
- All Known Implementing Classes:
PluginProgrammingElementAccess
public interface IGenericProgrammingElementAccess extends IProgrammingElementAccess
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IGenericProgrammingElementAccess.IVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMetaClass
getMetaClass()
Any
getProperty(java.lang.String property)
void
removeProperty(java.lang.String property)
void
setProperty(java.lang.String property, Any value)
-
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
accept, 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.IProgrammingElementAccess
getDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElement
-
-
-
-
Method Detail
-
removeProperty
void removeProperty(java.lang.String property)
-
setProperty
void setProperty(java.lang.String property, Any value)
-
getProperty
Any getProperty(java.lang.String property)
-
getMetaClass
IMetaClass getMetaClass()
-
-