| 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 |
InterTypeMethodDeclarationImpl |
| Modifier and Type | Method and Description |
|---|---|
InterTypeMethodDeclaration |
AjTypeImpl.getDeclaredITDMethod(String name,
AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeMethodDeclaration[] |
AjTypeImpl.getDeclaredITDMethods() |
InterTypeMethodDeclaration |
AjTypeImpl.getITDMethod(String name,
AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeMethodDeclaration[] |
AjTypeImpl.getITDMethods() |
| Modifier and Type | Method and Description |
|---|---|
InterTypeMethodDeclaration |
AjType.getDeclaredITDMethod(String name,
AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeMethodDeclaration[] |
AjType.getDeclaredITDMethods() |
InterTypeMethodDeclaration |
AjType.getITDMethod(String name,
AjType<?> target,
AjType<?>... parameterTypes) |
InterTypeMethodDeclaration[] |
AjType.getITDMethods() |
Copyright © 2020. All rights reserved.