Uses of Class
net.bytebuddy.description.ByteCodeElement.Token.TokenList
Packages that use ByteCodeElement.Token.TokenList
Package
Description
Classes of this package allow the representation of Java classes, their member and their meta data.
Contains descriptions of Java fields.
Contains descriptions of Java methods and constructors as well as their parameters.
Contains descriptions of Java types and packages.
-
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description
Methods in net.bytebuddy.description that return ByteCodeElement.Token.TokenListModifier and TypeMethodDescriptionByteCodeElement.Token.TokenList.accept
(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Transforms all tokens that are represented by this list.protected ByteCodeElement.Token.TokenList<S>
-
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field that return ByteCodeElement.Token.TokenListModifier and TypeMethodDescriptionFieldList.AbstractBase.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of field descriptions into a list of detached tokens.FieldList.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of field descriptions into a list of detached tokens.FieldList.Empty.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of field descriptions into a list of detached tokens. -
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method that return ByteCodeElement.Token.TokenListModifier and TypeMethodDescriptionMethodList.AbstractBase.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of method descriptions into a list of detached tokens.MethodList.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of method descriptions into a list of detached tokens.MethodList.Empty.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of method descriptions into a list of detached tokens.ParameterList.AbstractBase.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of parameter descriptions into a list of detached tokens.ParameterList.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of parameter descriptions into a list of detached tokens.ParameterList.Empty.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of parameter descriptions into a list of detached tokens.MethodDescription.Token.getParameterTokens()
Returns the parameter tokens of the represented method.MethodDescription.Token.getTypeVariableTokens()
Returns the type variables of this method token. -
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return ByteCodeElement.Token.TokenListModifier and TypeMethodDescriptionRecordComponentList.AbstractBase.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of record component descriptions into a list of detached tokens.RecordComponentList.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of record component descriptions into a list of detached tokens.RecordComponentList.Empty.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms the list of record component descriptions into a list of detached tokens.TypeList.Generic.AbstractBase.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms a list of attached type variables into their tokenized form.TypeList.Generic.asTokenList
(ElementMatcher<? super TypeDescription> visitor) Transforms a list of attached type variables into their tokenized form.TypeList.Generic.Empty.asTokenList
(ElementMatcher<? super TypeDescription> matcher) Transforms a list of attached type variables into their tokenized form.