| 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 |
class |
InterTypeDeclarationImpl |
class |
InterTypeFieldDeclarationImpl |
class |
InterTypeMethodDeclarationImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterTypeConstructorDeclaration
Runtime representation of an inter-type constructor member declared within an
aspect.
|
interface |
InterTypeFieldDeclaration
Represents an inter-type field declaration declared in an aspect.
|
interface |
InterTypeMethodDeclaration
Represents an inter-type method declaration member within an aspect.
|
Copyright © 2019. All rights reserved.