Uses of Class
org.aspectj.weaver.patterns.Declare
Packages that use Declare
Package
Description
-
Uses of Declare in org.aspectj.weaver
Methods in org.aspectj.weaver that return DeclareMethods in org.aspectj.weaver that return types with arguments of type DeclareModifier and TypeMethodDescriptionResolvedType.collectDeclares(boolean includeAdviceLike) CrosscuttingMembers.getDeclareDominates()CrosscuttingMembersSet.getDeclareDominates()GeneratedReferenceTypeDelegate.getDeclares()ReferenceType.getDeclares()ReferenceTypeDelegate.getDeclares()ResolvedType.getDeclares()Methods in org.aspectj.weaver with parameters of type DeclareMethod parameters in org.aspectj.weaver with type arguments of type DeclareModifier and TypeMethodDescriptionvoidCrosscuttingMembers.addDeclares(Collection<Declare> declares) Constructors in org.aspectj.weaver with parameters of type Declare -
Uses of Declare in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return types with arguments of type Declare -
Uses of Declare in org.aspectj.weaver.patterns
Subclasses of Declare in org.aspectj.weaver.patternsModifier and TypeClassDescriptionclassRepresents 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.Methods in org.aspectj.weaver.patterns that return DeclareModifier and TypeMethodDescriptionabstract 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) PatternParser.parseDeclare()PatternParser.parseDeclareAnnotation()static DeclareDeclare.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclareAnnotation.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclareErrorOrWarning.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclareParents.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclareParentsMixin.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclarePrecedence.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclareSoft.read(VersionedDataInputStream s, ISourceContext context) static DeclareDeclareTypeErrorOrWarning.read(VersionedDataInputStream s, ISourceContext context) -
Uses of Declare in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return types with arguments of type Declare