T - The type dependant's type.S - The type dependant's token type.public static interface ByteCodeElement.TypeDependant<T extends ByteCodeElement.TypeDependant<?,S>,S extends ByteCodeElement.Token<S>>
| Modifier and Type | Method and Description |
|---|---|
T |
asDefined()
Returns this type dependant in its defined shape, i.e.
|
S |
asToken(ElementMatcher<? super TypeDescription> matcher)
Returns a token representative of this type dependant.
|
T asDefined()
S asToken(ElementMatcher<? super TypeDescription> matcher)
TargetType descriptions.matcher - A matcher to identify types to be replaced by TargetType descriptions.Copyright © 2014–2023. All rights reserved.