See: Description
| Interface | Description |
|---|---|
| ByteCodeElement |
Implementations describe an element represented in byte code, i.e.
|
| ByteCodeElement.Accessible |
Describes a byte code element that can be accessed by another element.
|
| ByteCodeElement.Token<T extends ByteCodeElement.Token<T>> |
Representation of a tokenized, detached byte code element.
|
| ByteCodeElement.TypeDependant<T extends ByteCodeElement.TypeDependant<?,S>,S extends ByteCodeElement.Token<S>> |
A type dependant describes an element that is an extension of a type definition, i.e.
|
| DeclaredByType |
This interface represents all elements that can be declared within a type, i.e.
|
| ModifierReviewable |
Implementations of this interface can be described in terms of a Java modifier.
|
| NamedElement |
Represents a Java element with a name.
|
| NamedElement.WithGenericName |
A named element with a generic type name.
|
| NamedElement.WithRuntimeName |
A named element with a name that has a particular meaning to the Java runtime.
|
| Class | Description |
|---|---|
| ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>> |
A list of tokens.
|
| ModifierReviewable.AbstractBase |
An abstract base implementation of a
ModifierReviewable class. |
Copyright © 2014–2015. All rights reserved.