Uses of Class
org.aspectj.weaver.patterns.Declare
-
Packages that use Declare Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of Declare in org.aspectj.weaver
Methods in org.aspectj.weaver that return Declare Modifier and Type Method Description DeclareAjAttribute.DeclareAttribute. getDeclare()Methods in org.aspectj.weaver that return types with arguments of type Declare Modifier and Type Method Description List<Declare>ResolvedType. collectDeclares(boolean includeAdviceLike)List<Declare>CrosscuttingMembers. getDeclareDominates()List<Declare>CrosscuttingMembersSet. getDeclareDominates()Collection<Declare>GeneratedReferenceTypeDelegate. getDeclares()Collection<Declare>ReferenceType. getDeclares()Collection<Declare>ReferenceTypeDelegate. getDeclares()Collection<Declare>ResolvedType. getDeclares()Methods in org.aspectj.weaver with parameters of type Declare Modifier and Type Method Description voidCrosscuttingMembers. addDeclare(Declare declare)Method parameters in org.aspectj.weaver with type arguments of type Declare Modifier and Type Method Description voidCrosscuttingMembers. addDeclares(Collection<Declare> declares)Constructors in org.aspectj.weaver with parameters of type Declare Constructor Description DeclareAttribute(Declare declare) -
Uses of Declare in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return types with arguments of type Declare Modifier and Type Method Description Collection<Declare>BcelObjectType. getDeclares() -
Uses of Declare in org.aspectj.weaver.patterns
Subclasses of Declare in org.aspectj.weaver.patterns Modifier and Type Class Description classDeclareAnnotationclassDeclareErrorOrWarningclassDeclareParentsclassDeclareParentsMixinclassDeclarePrecedenceclassDeclareSoftclassDeclareTypeErrorOrWarningMethods in org.aspectj.weaver.patterns that return Declare Modifier and Type Method Description abstract DeclareDeclare. parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclareDeclareAnnotation. parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclareDeclareErrorOrWarning. parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclareDeclareParents. parameterizeWith(Map<String,UnresolvedType> typeVariableBindingMap, World w)DeclareDeclarePrecedence. parameterizeWith(Map typeVariableBindingMap, World w)DeclareDeclareSoft. parameterizeWith(Map typeVariableBindingMap, World w)DeclareDeclareTypeErrorOrWarning. parameterizeWith(Map typeVariableBindingMap, World w)DeclarePatternParser. parseDeclare()DeclarePatternParser. 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 Modifier and Type Method Description Collection<Declare>ReflectionBasedReferenceTypeDelegate. getDeclares()
-