| 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.matcher | Contains an API for matching Java byte code entities. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | ByteCodeElement.Token<T extends ByteCodeElement.Token<T>>Representation of a tokenized, detached 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldDescription.TokenA token that represents a field's shape. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodDescription.TokenA token that represents a method's shape. | 
| static class  | ParameterDescription.TokenA token that describes the shape of a method parameter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TokenMatcher<T extends ByteCodeElement.TypeDependant<?,S>,S extends ByteCodeElement.Token<S>>An element matcher that matches a byte code's element's token against a matcher for such a token. | 
Copyright © 2014–2015. All rights reserved.