Uses of Class
net.bytebuddy.description.ByteCodeElement.Token.TokenList
-
Packages that use ByteCodeElement.Token.TokenList 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. -
-
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description
Methods in net.bytebuddy.description that return ByteCodeElement.Token.TokenList Modifier and Type Method 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(java.util.List<S> values)
-
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field that return ByteCodeElement.Token.TokenList Modifier and Type Method Description 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. 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. -
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method that return ByteCodeElement.Token.TokenList Modifier and Type Method Description 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. 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>
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. 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<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. -
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return ByteCodeElement.Token.TokenList Modifier and Type Method Description 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. 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.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)
Transforms a list of attached type variables into their tokenized form.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.Empty. asTokenList(ElementMatcher<? super TypeDescription> matcher)
Transforms a list of attached type variables into their tokenized form.
-