| 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 | Method and Description | 
|---|---|
| ByteCodeElement.Token.TokenList<S> | ByteCodeElement.Token.TokenList. accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)Transforms all tokens that are represented by this list. | 
| protected ByteCodeElement.Token.TokenList<S> | ByteCodeElement.Token.TokenList. wrap(List<S> values) | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeElement.Token.TokenList<FieldDescription.Token> | FieldList. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of field descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<FieldDescription.Token> | FieldList.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of field descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<FieldDescription.Token> | FieldList.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of field descriptions into a list of detached tokens. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | ParameterList. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of parameter descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | ParameterList.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of parameter descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | ParameterList.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of parameter descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<MethodDescription.Token> | MethodList. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of method descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<MethodDescription.Token> | MethodList.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of method descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<MethodDescription.Token> | MethodList.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of method descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<ParameterDescription.Token> | MethodDescription.Token. getParameterTokens()Returns the parameter tokens of the represented method. | 
| ByteCodeElement.Token.TokenList<TypeVariableToken> | MethodDescription.Token. getTypeVariableTokens()Returns the type variables of this method token. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteCodeElement.Token.TokenList<RecordComponentDescription.Token> | RecordComponentList. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of record component descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<RecordComponentDescription.Token> | RecordComponentList.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of record component descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<RecordComponentDescription.Token> | RecordComponentList.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms the list of record component descriptions into a list of detached tokens. | 
| ByteCodeElement.Token.TokenList<TypeVariableToken> | TypeList.Generic. asTokenList(ElementMatcher<? super TypeDescription> visitor)Transforms a list of attached type variables into their tokenized form. | 
| ByteCodeElement.Token.TokenList<TypeVariableToken> | TypeList.Generic.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms a list of attached type variables into their tokenized form. | 
| ByteCodeElement.Token.TokenList<TypeVariableToken> | TypeList.Generic.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)Transforms a list of attached type variables into their tokenized form. | 
Copyright © 2014–2023. All rights reserved.