|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Declare | |
---|---|
org.aspectj.weaver | |
org.aspectj.weaver.bcel | |
org.aspectj.weaver.patterns |
Uses of Declare in org.aspectj.weaver |
---|
Methods in org.aspectj.weaver that return Declare | |
---|---|
Declare |
AjAttribute.DeclareAttribute.getDeclare()
|
Methods in org.aspectj.weaver that return types with arguments of type Declare | |
---|---|
java.util.List<Declare> |
ResolvedType.collectDeclares(boolean includeAdviceLike)
|
java.util.List<Declare> |
CrosscuttingMembersSet.getDeclareDominates()
|
java.util.List<Declare> |
CrosscuttingMembers.getDeclareDominates()
|
java.util.Collection<Declare> |
ResolvedType.getDeclares()
|
java.util.Collection<Declare> |
GeneratedReferenceTypeDelegate.getDeclares()
|
java.util.Collection<Declare> |
ReferenceType.getDeclares()
|
java.util.Collection<Declare> |
ReferenceTypeDelegate.getDeclares()
|
Methods in org.aspectj.weaver with parameters of type Declare | |
---|---|
void |
CrosscuttingMembers.addDeclare(Declare declare)
|
Method parameters in org.aspectj.weaver with type arguments of type Declare | |
---|---|
void |
CrosscuttingMembers.addDeclares(java.util.Collection<Declare> declares)
|
Constructors in org.aspectj.weaver with parameters of type Declare | |
---|---|
AjAttribute.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 | |
---|---|
java.util.Collection<Declare> |
BcelObjectType.getDeclares()
|
Uses of Declare in org.aspectj.weaver.patterns |
---|
Subclasses of Declare in org.aspectj.weaver.patterns | |
---|---|
class |
DeclareAnnotation
Represents a declare annotation statement, one of atField, atMethod, atConstructor or atType. |
class |
DeclareErrorOrWarning
|
class |
DeclareParents
|
class |
DeclareParentsMixin
Constructed based on an @DeclareMixin being found in an aspect. |
class |
DeclarePrecedence
|
class |
DeclareSoft
|
class |
DeclareTypeErrorOrWarning
For a declare error/warning that specified a type pattern rather than a pointcut. |
Methods in org.aspectj.weaver.patterns that return Declare | |
---|---|
Declare |
DeclareAnnotation.parameterizeWith(java.util.Map<java.lang.String,UnresolvedType> typeVariableBindingMap,
World w)
|
abstract Declare |
Declare.parameterizeWith(java.util.Map<java.lang.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. |
Declare |
DeclareTypeErrorOrWarning.parameterizeWith(java.util.Map typeVariableBindingMap,
World w)
|
Declare |
DeclarePrecedence.parameterizeWith(java.util.Map typeVariableBindingMap,
World w)
|
Declare |
DeclareErrorOrWarning.parameterizeWith(java.util.Map typeVariableBindingMap,
World w)
|
Declare |
DeclareParents.parameterizeWith(java.util.Map typeVariableBindingMap,
World w)
|
Declare |
DeclareSoft.parameterizeWith(java.util.Map typeVariableBindingMap,
World w)
|
Declare |
PatternParser.parseDeclare()
|
Declare |
PatternParser.parseDeclareAnnotation()
|
static Declare |
DeclareTypeErrorOrWarning.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
DeclarePrecedence.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
DeclareErrorOrWarning.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
DeclareParentsMixin.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
DeclareParents.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
DeclareAnnotation.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
DeclareSoft.read(VersionedDataInputStream s,
ISourceContext context)
|
static Declare |
Declare.read(VersionedDataInputStream s,
ISourceContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |