Uses of Interface
org.aspectj.weaver.IHasPosition
Packages that use IHasPosition
Package
Description
-
Uses of IHasPosition in org.aspectj.weaver
Subinterfaces of IHasPosition in org.aspectj.weaverClasses in org.aspectj.weaver that implement IHasPositionModifier and TypeClassDescriptionclassclassRepresentation of a shadow munger for a declare error or warning declaration.classclassRepresent a resolved member.classclassFor every shadow munger, nothing can be done with it until it is concretized.Methods in org.aspectj.weaver with parameters of type IHasPositionModifier and TypeMethodDescriptionBindingScope.lookupType(String name, IHasPosition location)BindingScope.makeSourceLocation(IHasPosition location)ISourceContext.makeSourceLocation(IHasPosition position)SourceContextImpl.makeSourceLocation(IHasPosition position) -
Uses of IHasPosition in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement IHasPositionModifier and TypeClassDescriptionstatic classLazyResolvedPointcutDefinition lazyly resolve the pointcut so that we have time to register all pointcut referenced before pointcut resolution happens -
Uses of IHasPosition in org.aspectj.weaver.internal.tools
Classes in org.aspectj.weaver.internal.tools that implement IHasPositionModifier and TypeClassDescriptionclassImplementation of Pointcut that is backed by a user-extension pointcut designator handler. -
Uses of IHasPosition in org.aspectj.weaver.patterns
Subinterfaces of IHasPosition in org.aspectj.weaver.patternsModifier and TypeInterfaceDescriptioninterfaceMarker interface for BindingTypePattern and BindingAnnotationTypePatterninterfaceClasses in org.aspectj.weaver.patterns that implement IHasPositionModifier and TypeClassDescriptionclassclassclassleft && rightclassclass(at)Annotation((at)Foo) or (at)Annotation(foo)classclassclassclassThis type represents a type pattern of '*' but with an annotation specified, e.g.classclassargs(arguments)classclassRepresents an attempt to bind the field of an annotation within a pointcut.classclassclassclassclassclassRepresents a declare annotation statement, one of atField, atMethod, atConstructor or atType.classclassclassConstructed based on an @DeclareMixin being found in an aspect.classclassclassFor a declare error/warning that specified a type pattern rather than a pointcut.classclassRepresents an attempt to bind the field of an annotation within a pointcut.classMatches an annotation of a given typeclassclassstatic classA marker class for bindings for which we want to ignore unbound issue and consider them as implicit binding - f.e.classThis is a kind of KindedPointcut.classclasspr354470.classstatic classstatic classclassclassclassCommon super type for Pointcuts that can bind formal parameters.classclassclassclass!TypePatternclassclassclassclassleft || rightclassclassclassclassclassclassclassclassThe lifecycle of Pointcuts is modeled by Pointcut.State.classclassclassclassCorresponds to target or this pcd.classclassA TypeCategoryTypePattern matches on the category of a type, one of class/interface/aspect/inner/anonymous/enum/annotation, and these are specified in the pointcut via isClass() isInterface() isAspect() isInner() isAnonymous() isEnum() isAnnotation().classOn creation, type pattern only contains WildTypePattern nodes, not BindingType or ExactType.classclassclassclassclassThe PatternParser always creates WildTypePatterns for type patterns in pointcut expressions (apart from *, which is sometimes directly turned into TypePattern.ANY).classclassclassclassMethods in org.aspectj.weaver.patterns that return IHasPositionMethods in org.aspectj.weaver.patterns with parameters of type IHasPositionModifier and TypeMethodDescriptionIScope.lookupType(String name, IHasPosition location)ScopeWithTypeVariables.lookupType(String name, IHasPosition location)SimpleScope.lookupType(String name, IHasPosition location)SimpleScope.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 -
Uses of IHasPosition in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement IHasPositionModifier and TypeClassDescriptionclassWhen a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.classSubtype of ResolvedMemberImpl used in reflection world.