Interface HasSourceCodeLocation
-
- All Known Implementing Classes:
Dependency,JavaAccess,JavaCall,JavaClass,JavaCodeUnit,JavaConstructor,JavaConstructorCall,JavaField,JavaFieldAccess,JavaMember,JavaMethod,JavaMethodCall,JavaStaticInitializer
public interface HasSourceCodeLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceCodeLocationgetSourceCodeLocation()
-
-
-
Method Detail
-
getSourceCodeLocation
@PublicAPI(usage=ACCESS) SourceCodeLocation getSourceCodeLocation()
- Returns:
- The
SourceCodeLocationof this object, i.e. how to locate the respective object within the set of source files.
-
-