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.
|
Modifier and Type | Method and Description |
---|---|
ByteCodeElement.Token.TokenList<S> |
ByteCodeElement.Token.TokenList.accept(GenericTypeDescription.Visitor<? extends GenericTypeDescription> 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()
Transforms the list of field descriptions into a list of detached tokens.
|
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
FieldList.AbstractBase.asTokenList() |
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
FieldList.Empty.asTokenList() |
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
FieldList.asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
Transforms the list of field descriptions into a list of detached tokens.
|
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
FieldList.AbstractBase.asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher) |
ByteCodeElement.Token.TokenList<FieldDescription.Token> |
FieldList.Empty.asTokenList(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher) |
Copyright © 2014–2015. All rights reserved.