Uses of Interface
org.aspectj.weaver.patterns.IScope
-
Packages that use IScope Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.internal.tools org.aspectj.weaver.patterns -
-
Uses of IScope in org.aspectj.weaver
Classes in org.aspectj.weaver that implement IScope Modifier and Type Class Description classBindingScopeMethods in org.aspectj.weaver with parameters of type IScope Modifier and Type Method Description voidAjAttribute.Aspect. setResolutionScope(IScope binding) -
Uses of IScope in org.aspectj.weaver.bcel
Constructors in org.aspectj.weaver.bcel with parameters of type IScope Constructor Description LazyResolvedPointcutDefinition(UnresolvedType declaringType, int modifiers, String name, UnresolvedType[] parameterTypes, UnresolvedType returnType, Pointcut pointcut, IScope binding) -
Uses of IScope in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools with parameters of type IScope Modifier and Type Method Description protected voidPointcutDesignatorHandlerBasedPointcut. resolveBindings(IScope scope, Bindings bindings) -
Uses of IScope in org.aspectj.weaver.patterns
Classes in org.aspectj.weaver.patterns that implement IScope Modifier and Type Class Description classScopeWithTypeVariablesclassSimpleScopeMethods in org.aspectj.weaver.patterns with parameters of type IScope Modifier and Type Method Description voidBindings. checkAllBound(IScope scope)voidBindings. checkEquals(Bindings other, IScope scope)voidBindings. mergeIn(Bindings other, IScope scope)protected TypePatternTypePattern. notExactType(IScope s)voidBindings. register(BindingPattern binding, IScope scope)abstract voidDeclare. resolve(IScope scope)voidDeclareAnnotation. resolve(IScope scope)voidDeclareErrorOrWarning. resolve(IScope scope)voidDeclareParents. resolve(IScope scope)voidDeclarePrecedence. resolve(IScope scope)voidDeclareSoft. resolve(IScope scope)voidDeclareTypeErrorOrWarning. resolve(IScope scope)PointcutPointcut. resolve(IScope scope)protected voidWildAnnotationTypePattern. resolveAnnotationValues(ResolvedType annotationType, IScope scope)AnnotationTypePatternAndAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)voidAndPointcut. resolveBindings(IScope scope, Bindings bindings)ISignaturePatternAndSignaturePattern. resolveBindings(IScope scope, Bindings bindings)TypePatternAndTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)AnnotationPatternListAnnotationPatternList. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)protected voidAnnotationPointcut. resolveBindings(IScope scope, Bindings bindings)AnnotationTypePatternAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)TypePatternAnyWithAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)protected voidArgsAnnotationPointcut. resolveBindings(IScope scope, Bindings bindings)voidArgsPointcut. resolveBindings(IScope scope, Bindings bindings)voidCflowPointcut. resolveBindings(IScope scope, Bindings bindings)voidConcreteCflowPointcut. resolveBindings(IScope scope, Bindings bindings)AnnotationTypePatternExactAnnotationFieldTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)AnnotationTypePatternExactAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)TypePatternExactTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)voidHandlerPointcut. resolveBindings(IScope scope, Bindings bindings)TypePatternHasMemberTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)voidIfPointcut.IfFalsePointcut. resolveBindings(IScope scope, Bindings bindings)voidIfPointcut.IfTruePointcut. resolveBindings(IScope scope, Bindings bindings)voidIfPointcut. resolveBindings(IScope scope, Bindings bindings)ISignaturePatternISignaturePattern. resolveBindings(IScope scope, Bindings none)voidKindedPointcut. resolveBindings(IScope scope, Bindings bindings)AnnotationTypePatternNotAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)voidNotPointcut. resolveBindings(IScope scope, Bindings bindings)ISignaturePatternNotSignaturePattern. resolveBindings(IScope scope, Bindings bindings)TypePatternNotTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)AnnotationTypePatternOrAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)voidOrPointcut. resolveBindings(IScope scope, Bindings bindings)ISignaturePatternOrSignaturePattern. resolveBindings(IScope scope, Bindings bindings)TypePatternOrTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)voidPerCflow. resolveBindings(IScope scope, Bindings bindings)voidPerFromSuper. resolveBindings(IScope scope, Bindings bindings)voidPerObject. resolveBindings(IScope scope, Bindings bindings)voidPerSingleton. resolveBindings(IScope scope, Bindings bindings)voidPerTypeWithin. resolveBindings(IScope scope, Bindings bindings)protected abstract voidPointcut. resolveBindings(IScope scope, Bindings bindings)voidReferencePointcut. resolveBindings(IScope scope, Bindings bindings)SignaturePatternSignaturePattern. resolveBindings(IScope scope, Bindings bindings)protected voidThisOrTargetAnnotationPointcut. resolveBindings(IScope scope, Bindings bindings)voidThisOrTargetPointcut. resolveBindings(IScope scope, Bindings bindings)ThrowsPatternThrowsPattern. resolveBindings(IScope scope, Bindings bindings)TypePatternTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)TypePatternListTypePatternList. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)AnnotationTypePatternWildAnnotationTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding)TypePatternWildTypePattern. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)protected voidWithinAnnotationPointcut. resolveBindings(IScope scope, Bindings bindings)protected voidWithinCodeAnnotationPointcut. resolveBindings(IScope scope, Bindings bindings)voidWithincodePointcut. resolveBindings(IScope scope, Bindings bindings)voidWithinPointcut. resolveBindings(IScope scope, Bindings bindings)UnresolvedTypeTypePattern. resolveExactType(IScope scope, Bindings bindings)voidDeclarePrecedence. setScopeForResolution(IScope scope)protected voidExactAnnotationTypePattern. verifyIsAnnotationType(ResolvedType type, IScope scope)Constructors in org.aspectj.weaver.patterns with parameters of type IScope Constructor Description ScopeWithTypeVariables(String[] typeVarNames, IScope delegate)
-