public interface ISourceFileAccess extends INamedElementAccess
Modifier and Type | Interface and Description |
---|---|
static interface |
ISourceFileAccess.IVisitor |
INamedElementAccess.INamedElementAccessVisitor
Modifier and Type | Method and Description |
---|---|
int |
getCodeCommentLinesMetric() |
int |
getCommentLinesMetric() |
TFile |
getFile() |
int |
getLinesOfCodeMetric() |
java.lang.String |
getPath() |
java.util.List<java.lang.String> |
getSourceLines(boolean withLineBreaks)
Return content of source file
|
int |
getTotalLinesMetric() |
boolean |
isModified() |
accept, getChildren, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
java.util.List<java.lang.String> getSourceLines(boolean withLineBreaks)
withLineBreaks
- If true lines will be terminated by line breaks, otherwise line breaks are stripped.TFile getFile()
java.lang.String getPath()
int getCodeCommentLinesMetric()
int getCommentLinesMetric()
int getTotalLinesMetric()
int getLinesOfCodeMetric()
boolean isModified()