| Package | Description |
|---|---|
| org.aspectj.internal.lang.reflect | |
| org.aspectj.lang.reflect |
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterTypeConstructorDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
InterTypeConstructorDeclaration |
AjTypeImpl.getDeclaredITDConstructor(AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeConstructorDeclaration[] |
AjTypeImpl.getDeclaredITDConstructors() |
InterTypeConstructorDeclaration |
AjTypeImpl.getITDConstructor(AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeConstructorDeclaration[] |
AjTypeImpl.getITDConstructors() |
| Modifier and Type | Method and Description |
|---|---|
InterTypeConstructorDeclaration |
AjType.getDeclaredITDConstructor(AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeConstructorDeclaration[] |
AjType.getDeclaredITDConstructors() |
InterTypeConstructorDeclaration |
AjType.getITDConstructor(AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeConstructorDeclaration[] |
AjType.getITDConstructors() |
Copyright © 2019. All rights reserved.