|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterTypeConstructorDeclaration | |
|---|---|
| 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 InterTypeConstructorDeclaration in org.aspectj.internal.lang.reflect |
|---|
| Classes in org.aspectj.internal.lang.reflect that implement InterTypeConstructorDeclaration | |
|---|---|
class |
InterTypeConstructorDeclarationImpl
|
| Methods in org.aspectj.internal.lang.reflect that return InterTypeConstructorDeclaration | |
|---|---|
InterTypeConstructorDeclaration |
AjTypeImpl.getDeclaredITDConstructor(AjType<?> target,
AjType<?>... parameterTypes)
|
InterTypeConstructorDeclaration[] |
AjTypeImpl.getDeclaredITDConstructors()
|
InterTypeConstructorDeclaration |
AjTypeImpl.getITDConstructor(AjType<?> target,
AjType<?>... parameterTypes)
|
InterTypeConstructorDeclaration[] |
AjTypeImpl.getITDConstructors()
|
| Uses of InterTypeConstructorDeclaration in org.aspectj.lang.reflect |
|---|
| Methods in org.aspectj.lang.reflect that return InterTypeConstructorDeclaration | |
|---|---|
InterTypeConstructorDeclaration |
AjType.getDeclaredITDConstructor(AjType<?> target,
AjType<?>... parameterTypes)
Return the inter-type constructor declared by this type matching the given specification |
InterTypeConstructorDeclaration[] |
AjType.getDeclaredITDConstructors()
Returns all of the inter-type constructors declared by this type |
InterTypeConstructorDeclaration |
AjType.getITDConstructor(AjType<?> target,
AjType<?>... parameterTypes)
Return the public inter-type constructor matching the given specification |
InterTypeConstructorDeclaration[] |
AjType.getITDConstructors()
Return all of the public inter-type constructors of this type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||