Package org.aspectj.weaver
Interface IHasSourceLocation
-
- All Superinterfaces:
IHasPosition
- All Known Implementing Classes:
AndAnnotationTypePattern,AndPointcut,AndTypePattern,AnnotationPatternList,AnnotationPointcut,AnnotationTypePattern,AnyAnnotationTypePattern,AnyTypePattern,AnyWithAnnotationTypePattern,ArgsAnnotationPointcut,ArgsPointcut,BindingAnnotationFieldTypePattern,BindingAnnotationTypePattern,BindingTypePattern,CflowPointcut,ConcreteCflowPointcut,Declare,DeclareAnnotation,DeclareErrorOrWarning,DeclareParents,DeclareParentsMixin,DeclarePrecedence,DeclareSoft,DeclareTypeErrorOrWarning,EllipsisTypePattern,ExactAnnotationFieldTypePattern,ExactAnnotationTypePattern,ExactTypePattern,HandlerPointcut,HasMemberTypePattern,HasMemberTypePatternForPerThisMatching,IfPointcut,IfPointcut.IfFalsePointcut,IfPointcut.IfTruePointcut,KindedPointcut,ModifiersPattern,NameBindingPointcut,NamePattern,NotAnnotationTypePattern,NotPointcut,NotTypePattern,NoTypePattern,OrAnnotationTypePattern,OrPointcut,OrTypePattern,PatternNode,PerCflow,PerClause,PerFromSuper,PerObject,PerSingleton,PerTypeWithin,Pointcut,PointcutDesignatorHandlerBasedPointcut,ReferencePointcut,SignaturePattern,ThisOrTargetAnnotationPointcut,ThisOrTargetPointcut,ThrowsPattern,TypeCategoryTypePattern,TypePattern,TypePatternList,TypeVariablePattern,TypeVariablePatternList,WildAnnotationTypePattern,WildTypePattern,WithinAnnotationPointcut,WithinCodeAnnotationPointcut,WithincodePointcut,WithinPointcut
public interface IHasSourceLocation extends IHasPosition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISourceContextgetSourceContext()ISourceLocationgetSourceLocation()-
Methods inherited from interface org.aspectj.weaver.IHasPosition
getEnd, getStart
-
-
-
-
Method Detail
-
getSourceContext
ISourceContext getSourceContext()
-
getSourceLocation
ISourceLocation getSourceLocation()
-
-