public final class CppCompilationUnitFragmentAccess extends ElementAccess<CompilationUnitFragment>
ElementAccess.IAccessFactory
INamedElementAccess.INamedElementAccessVisitor
Modifier and Type | Method and Description |
---|---|
ICppSourceFileAccess |
getAssociatedHeaderFile()
Get the header file represented by this fragment
|
java.util.List<CppCompilationUnitFragmentAccess> |
getIncludedFiles()
Returns a list of included header files packaged as CppCompilationUnitFragments.
|
int |
getLineNumber() |
boolean |
isExternal()
The external state.
|
accept, equals, getChildren, getElement, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getName, getNameWithSignature, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively, getShortName, getShortNameWithSignature, hashCode, ignoreIssues, isExcluded, toString
public java.util.List<CppCompilationUnitFragmentAccess> getIncludedFiles()
public ICppSourceFileAccess getAssociatedHeaderFile()
public boolean isExternal()
ElementAccess
isExternal
in interface IElementAccess
isExternal
in class ElementAccess<CompilationUnitFragment>
public int getLineNumber()