Uses of Interface
org.aspectj.weaver.IHasPosition
-
Packages that use IHasPosition Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.internal.tools org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of IHasPosition in org.aspectj.weaver
Subinterfaces of IHasPosition in org.aspectj.weaver Modifier and Type Interface Description interfaceIHasSourceLocationClasses in org.aspectj.weaver that implement IHasPosition Modifier and Type Class Description classAdviceclassCheckerclassPositionclassResolvedMemberImplclassResolvedPointcutDefinitionclassShadowMungerMethods in org.aspectj.weaver with parameters of type IHasPosition Modifier and Type Method Description UnresolvedTypeBindingScope. lookupType(String name, IHasPosition location)ISourceLocationBindingScope. makeSourceLocation(IHasPosition location)ISourceLocationISourceContext. makeSourceLocation(IHasPosition position)ISourceLocationSourceContextImpl. makeSourceLocation(IHasPosition position) -
Uses of IHasPosition in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement IHasPosition Modifier and Type Class Description static classAtAjAttributes.LazyResolvedPointcutDefinition -
Uses of IHasPosition in org.aspectj.weaver.internal.tools
Classes in org.aspectj.weaver.internal.tools that implement IHasPosition Modifier and Type Class Description classPointcutDesignatorHandlerBasedPointcut -
Uses of IHasPosition in org.aspectj.weaver.patterns
Subinterfaces of IHasPosition in org.aspectj.weaver.patterns Modifier and Type Interface Description interfaceBindingPatterninterfaceITokenMethods in org.aspectj.weaver.patterns that return IHasPosition Modifier and Type Method Description IHasPositionParserException. getLocation()Methods in org.aspectj.weaver.patterns with parameters of type IHasPosition Modifier and Type Method Description UnresolvedTypeIScope. lookupType(String name, IHasPosition location)UnresolvedTypeScopeWithTypeVariables. lookupType(String name, IHasPosition location)UnresolvedTypeSimpleScope. lookupType(String name, IHasPosition location)ISourceLocationSimpleScope. makeSourceLocation(IHasPosition location)voidIScope. message(IMessage.Kind kind, IHasPosition location, String message)voidIScope. message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message)voidScopeWithTypeVariables. message(IMessage.Kind kind, IHasPosition location, String message)voidScopeWithTypeVariables. message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message)voidSimpleScope. message(IMessage.Kind kind, IHasPosition location, String message)voidSimpleScope. message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message)Constructors in org.aspectj.weaver.patterns with parameters of type IHasPosition Constructor Description ParserException(String message, IHasPosition token) -
Uses of IHasPosition in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement IHasPosition Modifier and Type Class Description classDeferredResolvedPointcutDefinitionclassReflectionBasedResolvedMemberImpl
-