Uses of Class
org.aspectj.weaver.World
Packages that use World
Package
Description
-
Uses of World in org.aspectj.weaver
Fields in org.aspectj.weaver declared as WorldMethods in org.aspectj.weaver that return WorldModifier and TypeMethodDescriptionabstract WorldShadow.getIWorld()ConcreteTypeMunger.getWorld()ResolvedType.getWorld()Methods in org.aspectj.weaver with parameters of type WorldModifier and TypeMethodDescriptionvoidAdvice.concretize(ResolvedType fromType, World world, PerClause clause)Checker.concretize(ResolvedType theAspect, World world, PerClause clause)Concretize this Checker by concretizing the pointcutabstract ShadowMungerShadowMunger.concretize(ResolvedType fromType, World world, PerClause clause)static ReferenceTypeTypeFactory.createParameterizedType(ResolvedType aBaseType, UnresolvedType[] someTypeParameters, World inAWorld)Create a parameterized version of a generic type.static ReferenceTypeReferenceType.fromTypeX(UnresolvedType tx, World world)protected static StringSignatureUtils.getAdviceSignatureString(Member m, World world)String[]Advice.getBaseParameterNames(World world)protected static StringSignatureUtils.getConstructorSignatureString(Member m, World world)NewMethodTypeMunger.getDeclaredInterMethodBody(UnresolvedType aspectType, World w)If the munger has a declared signatureNewMethodTypeMunger.getDeclaredInterMethodDispatcher(UnresolvedType aspectType, World w)JoinPointSignature.getDeclaringTypes(World world)Member.getDeclaringTypes(World world)MemberImpl.getDeclaringTypes(World world)MethodDelegateTypeMunger.getDelegateFactoryMethod(World w)JoinPointSignature.getExceptions(World world)Member.getExceptions(World world)MemberImpl.getExceptions(World world)ResolvedMember.getExceptions(World world)ResolvedMemberImpl.getExceptions(World world)protected static StringSignatureUtils.getFieldSignatureString(Member m, World world)JoinPointSignature.getJoinPointSignatures(World world)Member.getJoinPointSignatures(World world)MemberImpl.getJoinPointSignatures(World inAWorld)All the signatures that a join point with this member as its signature has.static JoinPointSignature[]ResolvedMemberImpl.getJoinPointSignatures(Member joinPointSignature, World inAWorld)Compute the full set of signatures for a member.protected static StringSignatureUtils.getMethodSignatureString(Member m, World world)intJoinPointSignature.getModifiers(World world)intMember.getModifiers(World world)intMemberImpl.getModifiers(World world)intResolvedMember.getModifiers(World world)intResolvedMemberImpl.getModifiers(World world)protected static StringSignatureUtils.getMonitorSignatureString(Member m, World world)String[]JoinPointSignature.getParameterNames(World world)String[]Member.getParameterNames(World world)String[]MemberImpl.getParameterNames(World world)String[]ResolvedMember.getParameterNames(World world)String[]ResolvedMemberImpl.getParameterNames(World world)static StringSignatureUtils.getSignatureString(Member m, World world)JoinPointSignature.getSourceContext(World world)ResolvedMember.getSourceContext(World world)ResolvedMemberImpl.getSourceContext(World world)static AdviceAdvice.makeCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, int nFreeVars, List<ShadowMunger> innerCflowEntries, ResolvedType inAspect)static AdviceAdvice.makePerCflowEntry(World world, Pointcut entry, boolean isBelow, Member stackField, ResolvedType inAspect, List<ShadowMunger> innerCflowEntries)static AdviceAdvice.makePerObjectEntry(World world, Pointcut entry, boolean isThis, ResolvedType inAspect)static AdviceAdvice.makePerTypeWithinEntry(World world, Pointcut p, ResolvedType inAspect)static AdviceAdvice.makeSoftener(World world, Pointcut entry, TypePattern exceptionType, ResolvedType inAspect, IHasSourceLocation loc)booleanbooleanDetermine if the Checker matches at a shadow.booleanAll overriding methods should call superprotected UnresolvedTypeResolvedMemberImpl.parameterize(UnresolvedType aType, Map<String,UnresolvedType> typeVariableMap, boolean inParameterizedType, World w)JoinPointSignature.parameterizedWith(Map m, World w)ResolvedMember.parameterizedWith(Map<String,UnresolvedType> m, World w)ResolvedMemberImpl.parameterizedWith(Map<String,UnresolvedType> m, World w)Replace occurrences of type variables in the signature with values contained in the map.abstract ConcreteTypeMungerConcreteTypeMunger.parameterizeWith(Map<String,UnresolvedType> parameterizationMap, World world)NewFieldTypeMunger.parameterizeWith(Map<String,UnresolvedType> m, World w)NewMethodTypeMunger.parameterizeWith(Map<String,UnresolvedType> m, World w)ResolvedTypeMunger.parameterizeWith(Map<String,UnresolvedType> m, World w)TemporaryTypeMunger.parameterizeWith(Map parameterizationMap, World world)static AjAttributeAjAttribute.read(AjAttribute.WeaverVersionInfo v, String name, byte[] bytes, ISourceContext context, World w, ConstantPoolReader dataDecompressor)AjAttribute.AdviceAttribute.reify(Member signature, World world, ResolvedType concreteAspect)AjAttribute.TypeMunger.reify(World world, ResolvedType aspectType)resolve all the bounds of this type variableresolve the type variable we are managing and then return this object.Returns a resolved version of this type according to a particular world.Shadow.toResolvedString(World world)Constructors in org.aspectj.weaver with parameters of type WorldModifierConstructorDescriptionArrayReferenceType(String sig, String erasureSig, World world, ResolvedType componentType)protectedBoundedReferenceType(String signature, String erasedSignature, World world)only for use when resolving GenericsWildcardTypeX or a TypeVariableReferenceTypeBoundedReferenceType(ReferenceType aBound, boolean isExtends, World world)BoundedReferenceType(ReferenceType aBound, boolean isExtends, World world, ReferenceType[] additionalInterfaces)BoundedReferenceType(World world)Constructs the BoundedReferenceType representing an unbounded wildcard '?'.CrosscuttingMembersSet(World world)JoinPointSignatureIterator(Member joinPointSignature, World world)MissingResolvedTypeWithKnownSignature(String signature, String signatureErasure, World world)MissingResolvedTypeWithKnownSignature(String signature, World world)PoliceExtensionUse(World w, Pointcut p)ReferenceType(String signature, String signatureErasure, World world)ReferenceType(String signature, World world)ReferenceType(ResolvedType theGenericType, ResolvedType[] theParameters, World aWorld)Constructor used when creating a parameterized type.ReferenceType(UnresolvedType genericType, World world)Create a reference type for a generic typeResolvableTypeList(World world, UnresolvedType[] unresolvedTypes)protectedResolvedType(String signature, String signatureErasure, World world)protectedResolvedType(String signature, World world)TypeVariableReferenceType(TypeVariable typeVariable, World world) -
Uses of World in org.aspectj.weaver.bcel
Subclasses of World in org.aspectj.weaver.bcelMethods in org.aspectj.weaver.bcel that return WorldModifier and TypeMethodDescriptionBcelShadow.getIWorld()BcelObjectType.getWorld()BcelWeaver.getWorld()LazyClassGen.getWorld()Methods in org.aspectj.weaver.bcel with parameters of type WorldModifier and TypeMethodDescriptionstatic ResolvedTypeBcelGenericSignatureToTypeXConverter.classTypeSignature2TypeX(GenericSignature.ClassTypeSignature aClassTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world)static ResolvedTypeBcelGenericSignatureToTypeXConverter.fieldTypeSignature2TypeX(GenericSignature.FieldTypeSignature aFieldTypeSignature, GenericSignature.FormalTypeParameter[] typeParams, World world)static TypeVariableBcelGenericSignatureToTypeXConverter.formalTypeParameter2TypeVariable(GenericSignature.FormalTypeParameter aFormalTypeParameter, GenericSignature.FormalTypeParameter[] typeParams, World world)BcelTypeMunger.parameterizeWith(Map<String,UnresolvedType> m, World w)static List<AjAttribute>Utility.readAjAttributes(String classname, Attribute[] as, ISourceContext context, World w, AjAttribute.WeaverVersionInfo version, ConstantPoolReader dataDecompressor)static ResolvedTypeBcelGenericSignatureToTypeXConverter.typeSignature2TypeX(GenericSignature.TypeSignature aTypeSig, GenericSignature.FormalTypeParameter[] typeParams, World world)Constructors in org.aspectj.weaver.bcel with parameters of type WorldModifierConstructorDescriptionBcelAnnotation(AnnotationGen theBcelAnnotation, World world)LazyClassGen(String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, World world) -
Uses of World in org.aspectj.weaver.bcel.asm
Methods in org.aspectj.weaver.bcel.asm with parameters of type WorldModifier and TypeMethodDescriptionstatic byte[]StackMapAdder.addStackMaps(World world, byte[] data) -
Uses of World in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools with parameters of type WorldModifier and TypeMethodDescriptionPointcutDesignatorHandlerBasedPointcut.parameterizeWith(Map typeVariableMap, World w)Constructors in org.aspectj.weaver.internal.tools with parameters of type WorldModifierConstructorDescriptionPointcutDesignatorHandlerBasedPointcut(ContextBasedMatcher expr, World world)PointcutExpressionImpl(Pointcut pointcut, String expression, PointcutParameter[] params, World inWorld)StandardPointcutExpressionImpl(Pointcut pointcut, String expression, PointcutParameter[] params, World inWorld)TypePatternMatcherImpl(TypePattern pattern, World world) -
Uses of World in org.aspectj.weaver.ltw
Subclasses of World in org.aspectj.weaver.ltw -
Uses of World in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as WorldMethods in org.aspectj.weaver.patterns that return WorldModifier and TypeMethodDescriptionIScope.getWorld()ScopeWithTypeVariables.getWorld()SimpleScope.getWorld()Methods in org.aspectj.weaver.patterns with parameters of type WorldModifier and TypeMethodDescriptionvoidPointcut.check(ISourceContext ctx, World world)booleanSignaturePattern.declaringTypeMatchAllowingForCovariance(Member member, UnresolvedType shadowDeclaringType, World world, TypePattern returnTypePattern, ResolvedType sigReturn)protected TestNameBindingPointcut.exposeStateForVar(Var var, TypePattern type, ExposedState state, World world)ExactTypePattern.getResolvedExactType(World world)booleanbooleanDeclareAnnotation.matches(ResolvedMember resolvedmember, World world)For declare atConstructor, atMethod, atFieldbooleanbooleanbooleanbooleanbooleanThrowsPattern.matches(UnresolvedType[] tys, World world)AndAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)AndPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)AndSignaturePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World world)AndTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)AnnotationPatternList.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)AnnotationPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)abstract AnnotationTypePatternAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)AnyAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> arg0, World w)AnyTypePattern.parameterizeWith(Map<String,UnresolvedType> arg0, World w)AnyWithAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ArgsAnnotationPointcut.parameterizeWith(Map typeVariableMap, World w)ArgsPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)BindingAnnotationFieldTypePattern.parameterizeWith(Map typeVariableMap, World w)BindingAnnotationTypePattern.parameterizeWith(Map typeVariableMap, World w)BindingTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)CflowPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ConcreteCflowPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)abstract DeclareDeclare.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)Returns a version of this declare element in which all references to type variables are replaced with their bindings given in the map.DeclareAnnotation.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclareErrorOrWarning.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclareParents.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclarePrecedence.parameterizeWith(Map typeVariableBindingMap, World w)DeclareSoft.parameterizeWith(Map typeVariableBindingMap, World w)DeclareTypeErrorOrWarning.parameterizeWith(Map typeVariableBindingMap, World w)EllipsisTypePattern.parameterizeWith(Map typeVariableMap, World w)ExactAnnotationFieldTypePattern.parameterizeWith(Map typeVariableMap, World w)ExactAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ExactTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)return a version of this type pattern with all type variables references replaced by the corresponding entry in the map.HandlerPointcut.parameterizeWith(Map typeVariableMap, World w)HasMemberTypePattern.parameterizeWith(Map typeVariableMap, World w)IfPointcut.parameterizeWith(Map typeVariableMap, World w)ISignaturePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World world)KindedPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)NotAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)NotPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)NotSignaturePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World world)NotTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)NoTypePattern.parameterizeWith(Map<String,UnresolvedType> arg0, World w)OrAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)OrPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)OrSignaturePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World world)OrTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)PerCflow.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)PerFromSuper.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)PerObject.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)PerSingleton.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)PerTypeWithin.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)abstract PointcutPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ReferencePointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)make a version of this pointcut with any refs to typeVariables replaced by their entry in the map.SignaturePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)return a copy of this signature pattern in which every type variable reference is replaced by the corresponding entry in the map.ThisOrTargetAnnotationPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ThisOrTargetPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ThrowsPattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)TypeCategoryTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)abstract TypePatternTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)return a version of this type pattern in which all type variable references have been replaced by their corresponding entry in the map.TypePatternList.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)Return a version of this type pattern list in which all type variable references are replaced by their corresponding entry in the mapWildAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)WildTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)WithinAnnotationPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)WithinCodeAnnotationPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)WithincodePointcut.parameterizeWith(Map typeVariableMap, World w)WithinPointcut.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)booleanDeclareParents.parentsIncludeClass(World w)booleanDeclareParents.parentsIncludeInterface(World w)voidvoidabstract voidvoidvoidvoidvoidvoidvoidvoidvoidBindingAnnotationFieldTypePattern.resolveBinding(World world)voidBindingAnnotationTypePattern.resolveBinding(World world)voidPatternParser.setPointcutDesignatorHandlers(Set<PointcutDesignatorHandler> handlers, World world)only used by weaver tools APIConstructors in org.aspectj.weaver.patterns with parameters of type WorldModifierConstructorDescriptionFastMatchInfo(ResolvedType type, Shadow.Kind kind, World world)SimpleScope(World world, FormalBinding[] bindings) -
Uses of World in org.aspectj.weaver.reflect
Subclasses of World in org.aspectj.weaver.reflectModifier and TypeClassDescriptionclassA ReflectionWorld is used solely for purposes of type resolution based on the runtime classpath (java.lang.reflect).Fields in org.aspectj.weaver.reflect declared as WorldMethods in org.aspectj.weaver.reflect that return WorldModifier and TypeMethodDescriptionReflectionShadow.getIWorld()StandardShadow.getIWorld()protected WorldReflectionBasedReferenceTypeDelegate.getWorld()Methods in org.aspectj.weaver.reflect with parameters of type WorldModifier and TypeMethodDescriptionReflectionBasedReferenceTypeDelegateFactory.create14Delegate(ReferenceType forReferenceType, World inWorld, ClassLoader usingClassLoader)ReflectionBasedReferenceTypeDelegateFactory.createDelegate(ReferenceType forReferenceType, World inWorld, Class<?> clazz)ReflectionBasedReferenceTypeDelegateFactory.createDelegate(ReferenceType forReferenceType, World inWorld, ClassLoader usingClassLoader)static ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createHandlerMember(Class exceptionType, Class inType, World inWorld)static ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createResolvedAdviceMember(Method aMethod, World inWorld)static ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createResolvedConstructor(Constructor aConstructor, World inWorld)static ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createResolvedField(Field aField, World inWorld)static ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createResolvedMember(Member reflectMember, World inWorld)convert a java.lang.reflect.Member into a resolved member in the worldstatic ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createResolvedMethod(Method aMethod, World inWorld)static ResolvedMemberReflectionBasedReferenceTypeDelegateFactory.createStaticInitMember(Class forType, World inWorld)Java15AnnotationFinder.getAnnotations(Class forClass, World inWorld)voidJava15ReflectionBasedReferenceTypeDelegate.initialize(ReferenceType aType, Class aClass, ClassLoader classLoader, World aWorld)voidReflectionBasedReferenceTypeDelegate.initialize(ReferenceType aType, Class<?> aClass, ClassLoader aClassLoader, World aWorld)static ShadowReflectionShadow.makeAdviceExecutionShadow(World inWorld, Method forMethod, MatchingContext withContext)static ShadowStandardShadow.makeAdviceExecutionShadow(World inWorld, Method forMethod, MatchingContext withContext)static AnnotationFinderReflectionWorld.makeAnnotationFinderIfAny(ClassLoader loader, World world)static ShadowReflectionShadow.makeCallShadow(World inWorld, Member aMember, Class thisClass, MatchingContext withContext)static ShadowReflectionShadow.makeCallShadow(World inWorld, Member aMember, Member withinCode, MatchingContext withContext)static ShadowStandardShadow.makeCallShadow(World inWorld, Member aMember, Class thisClass, MatchingContext withContext)static ShadowStandardShadow.makeCallShadow(World inWorld, ResolvedMember aMember, ResolvedMember withinCode, MatchingContext withContext)static ShadowReflectionShadow.makeExecutionShadow(World inWorld, Member forMethod, MatchingContext withContext)static ShadowStandardShadow.makeExecutionShadow(World inWorld, Member forMethod, MatchingContext withContext)static ShadowStandardShadow.makeExecutionShadow(World inWorld, ResolvedMember forMethod, MatchingContext withContext)static ShadowReflectionShadow.makeFieldGetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowReflectionShadow.makeFieldGetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowStandardShadow.makeFieldGetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowStandardShadow.makeFieldGetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowReflectionShadow.makeFieldSetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowReflectionShadow.makeFieldSetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowStandardShadow.makeFieldSetShadow(World inWorld, Field forField, Class callerType, MatchingContext withContext)static ShadowStandardShadow.makeFieldSetShadow(World inWorld, Field forField, Member inMember, MatchingContext withContext)static ShadowReflectionShadow.makeHandlerShadow(World inWorld, Class exceptionType, Class withinType, MatchingContext withContext)static ShadowReflectionShadow.makeHandlerShadow(World inWorld, Class exceptionType, Member withinCode, MatchingContext withContext)static ShadowStandardShadow.makeHandlerShadow(World inWorld, Class exceptionType, Class withinType, MatchingContext withContext)static ShadowStandardShadow.makeHandlerShadow(World inWorld, Class exceptionType, Member withinCode, MatchingContext withContext)static ShadowReflectionShadow.makeInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowStandardShadow.makeInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowReflectionShadow.makePreInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowStandardShadow.makePreInitializationShadow(World inWorld, Constructor forConstructor, MatchingContext withContext)static ShadowReflectionShadow.makeStaticInitializationShadow(World inWorld, Class forType, MatchingContext withContext)static ShadowStandardShadow.makeStaticInitializationShadow(World inWorld, Class forType, MatchingContext withContext)static ShadowStandardShadow.makeStaticInitializationShadow(World inWorld, ResolvedType forType, MatchingContext withContext)static ResolvedTypestatic ResolvedTypeReflectionBasedReferenceTypeDelegateFactory.resolveTypeInWorld(Class aClass, World aWorld)voidvoidConstructors in org.aspectj.weaver.reflect with parameters of type WorldModifierConstructorDescriptionJava15GenericSignatureInformationProvider(World forWorld)JavaLangTypeToResolvedTypeConverter(World aWorld)ReflectionBasedReferenceTypeDelegate(Class forClass, ClassLoader aClassLoader, World inWorld, ReferenceType resolvedType)ReflectionFastMatchInfo(ResolvedType type, Shadow.Kind kind, MatchingContext context, World world)ReflectionShadow(World world, Shadow.Kind kind, Member signature, Shadow enclosingShadow, ResolvedType enclosingType, ResolvedMember enclosingMember, MatchingContext withContext)StandardShadow(World world, Shadow.Kind kind, Member signature, Shadow enclosingShadow, ResolvedType enclosingType, ResolvedMember enclosingMember, MatchingContext withContext) -
Uses of World in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools with parameters of type WorldModifier and TypeMethodDescriptionstatic StandardPointcutParserStandardPointcutParser.getPointcutParserSupportingAllPrimitives(World world)Returns a pointcut parser that can parse the full AspectJ pointcut language with the following exceptions: Theif, cflow, and cflowbelowpointcut designators are not supported Pointcut expressions must be self-contained :- they cannot contain references to other named pointcuts The pointcut expression must be anonymous with no formals allowed.static StandardPointcutParserStandardPointcutParser.getPointcutParserSupportingSpecifiedPrimitives(Set supportedPointcutKinds, World world)Returns a pointcut parser that can parse pointcut expressions built from a user-defined subset of AspectJ's supported pointcut primitives.Constructors in org.aspectj.weaver.tools with parameters of type WorldModifierConstructorDescriptionprotectedStandardPointcutParser(World world)Create a pointcut parser that can parse the full AspectJ pointcut language with the following exceptions: Theif, cflow, and cflowbelowpointcut designators are not supported Pointcut expressions must be self-contained :- they cannot contain references to other named pointcuts The pointcut expression must be anonymous with no formals allowed.