T
- The actual token type.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(GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
Transforms the types represented by this token by applying the given visitor to them.
|
boolean |
isIdenticalTo(T token)
Checks if this token is fully identical to the provided token.
|
boolean isIdenticalTo(T token)
token
- The token to compare this token with.true
if this token is identical to the given token.T accept(GenericTypeDescription.Visitor<? extends GenericTypeDescription> visitor)
visitor
- The visitor to transform all types that are represented by this token.Copyright © 2014–2015. All rights reserved.