Uses of Interface
net.bytebuddy.description.ByteCodeElement.Token
Packages that use ByteCodeElement.Token
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 in net.bytebuddy.description
Classes in net.bytebuddy.description with type parameters of type ByteCodeElement.TokenModifier and TypeInterfaceDescriptionstatic interface
ByteCodeElement.Token<T extends ByteCodeElement.Token<T>>
A token representing a byte code element.static class
ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>>
A list of tokens.static interface
ByteCodeElement.TypeDependant<T extends ByteCodeElement.TypeDependant<?,
S>, S extends ByteCodeElement.Token<S>> A type dependant describes an element that is an extension of a type definition, i.e.Constructors in net.bytebuddy.description with parameters of type ByteCodeElement.Token -
Uses of ByteCodeElement.Token in net.bytebuddy.description.field
Classes in net.bytebuddy.description.field that implement ByteCodeElement.TokenModifier and TypeClassDescriptionstatic class
A token representing a field's properties detached from a type. -
Uses of ByteCodeElement.Token in net.bytebuddy.description.method
Classes in net.bytebuddy.description.method that implement ByteCodeElement.TokenModifier and TypeClassDescriptionstatic class
A token representing a method's properties detached from a type.static class
A token representing a parameter's properties detached from a type. -
Uses of ByteCodeElement.Token in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement ByteCodeElement.TokenModifier and TypeClassDescriptionstatic class
A token representing a record component's properties detached from a type.class
A tokenized representation of a type variable.