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)
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)
-
Uses of ByteCodeElement.Token.TokenList in net.bytebuddy.description.method
-
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<TypeVariableToken>
TypeList.Generic.AbstractBase. asTokenList(ElementMatcher<? super TypeDescription> matcher)
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)
-