T
- The type of the implementation.public static interface ByteCodeElement.Token<T extends ByteCodeElement.Token<T>>
Modifier and Type | Interface and Description |
---|---|
static class |
ByteCodeElement.Token.TokenList<S extends ByteCodeElement.Token<S>>
A list of tokens.
|
Modifier and Type | Method and Description |
---|---|
T |
accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Transforms the types represented by this token by applying the given visitor to them.
|
T accept(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
visitor
- The visitor to transform all types that are represented by this token.Copyright © 2014–2020. All rights reserved.