| Interface | Description |
|---|---|
| MethodExtractor |
Interface for any class that can extract methods from a class for the purpose
of proxying them.
|
| Class | Description |
|---|---|
| BaseMethodExtractor |
Abstract base class for method extractors.
|
| BasicMethodExtractor |
Extracts method information from the given type.
|
| InheritableMethodExtractor |
A two-level
MethodExtractor where the super type acts as an additional source of information,
e.g. |
| MultitypeMethodExtractor | |
| SignatureKey |
Represents a method key for methods within the same class
hierarchy.
|
| UnitypeMethodExtractor |
| Enum | Description |
|---|---|
| Modifier |
An enumeration of other modifiers besides
Visibility that are of interest to
the MethodExtractor. |
| Visibility |
Enumeration of class member visibility.
|
Copyright © 2014. All rights reserved.