|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterTypeFieldDeclaration | |
---|---|
org.aspectj.internal.lang.reflect | |
org.aspectj.lang.reflect | Contains interfaces that extend Signature to provide
additional information about each possible join point signature. |
Uses of InterTypeFieldDeclaration in org.aspectj.internal.lang.reflect |
---|
Classes in org.aspectj.internal.lang.reflect that implement InterTypeFieldDeclaration | |
---|---|
class |
InterTypeFieldDeclarationImpl
|
Methods in org.aspectj.internal.lang.reflect that return InterTypeFieldDeclaration | |
---|---|
InterTypeFieldDeclaration |
AjTypeImpl.getDeclaredITDField(java.lang.String name,
AjType<?> target)
|
InterTypeFieldDeclaration[] |
AjTypeImpl.getDeclaredITDFields()
|
InterTypeFieldDeclaration |
AjTypeImpl.getITDField(java.lang.String name,
AjType<?> target)
|
InterTypeFieldDeclaration[] |
AjTypeImpl.getITDFields()
|
Uses of InterTypeFieldDeclaration in org.aspectj.lang.reflect |
---|
Methods in org.aspectj.lang.reflect that return InterTypeFieldDeclaration | |
---|---|
InterTypeFieldDeclaration |
AjType.getDeclaredITDField(java.lang.String name,
AjType<?> target)
Return the inter-type field declared in this type with the given specification |
InterTypeFieldDeclaration[] |
AjType.getDeclaredITDFields()
Return all of the inter-type fields declared in this type |
InterTypeFieldDeclaration |
AjType.getITDField(java.lang.String name,
AjType<?> target)
Return the public inter-type field matching the given specification |
InterTypeFieldDeclaration[] |
AjType.getITDFields()
Return all of the public inter-type fields for this type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |