Uses of Interface
net.bytebuddy.description.ByteCodeElement.Token
-
Packages that use ByteCodeElement.Token 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 in net.bytebuddy.description
Classes in net.bytebuddy.description with type parameters of type ByteCodeElement.Token Modifier and Type Interface Description static 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 Constructor Description TokenList(S... token)
Creates a list of tokens. -
Uses of ByteCodeElement.Token in net.bytebuddy.description.field
Classes in net.bytebuddy.description.field that implement ByteCodeElement.Token Modifier and Type Class Description static class
FieldDescription.Token
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.Token Modifier and Type Class Description static class
MethodDescription.Token
A token representing a method's properties detached from a type.static class
ParameterDescription.Token
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.Token Modifier and Type Class Description static class
RecordComponentDescription.Token
A token representing a record component's properties detached from a type.class
TypeVariableToken
A tokenized representation of a type variable.
-