| Package | Description | 
|---|---|
| net.bytebuddy.description | Classes of this package allow the representation of Java classes, their member and their meta data. | 
| net.bytebuddy.description.field | Contains descriptions of Java fields. | 
| net.bytebuddy.description.method | Contains descriptions of Java methods and constructors as well as their parameters. | 
| net.bytebuddy.description.type | Contains descriptions of Java types and packages. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | ByteCodeElement.Token<T extends ByteCodeElement.Token<T>>A token representing a byte code element. | 
| static class  | ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>>A list of tokens. | 
| static interface  | 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. | 
| Constructor and Description | 
|---|
| TokenList(S... token)Creates a list of tokens. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldDescription.TokenA token representing a field's properties detached from a type. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodDescription.TokenA token representing a method's properties detached from a type. | 
| static class  | ParameterDescription.TokenA token representing a parameter's properties detached from a type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TypeVariableTokenA tokenized representation of a type variable. | 
Copyright © 2014–2019. All rights reserved.