| 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)  | 
ByteCodeElement.Token.TokenList<FieldDescription.Token> | 
FieldList.Empty.asTokenList(ElementMatcher<? super TypeDescription> matcher)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
ByteCodeElement.Token.TokenList<TypeVariableToken> | 
TypeList.Generic.Empty.asTokenList(ElementMatcher<? super TypeDescription> matcher)  | 
Copyright © 2014–2016. All rights reserved.