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()
Returns a token representative of this type dependant. 
 | 
S | 
asToken(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
Returns a token representative of this type dependant. 
 | 
T asDefined()
S asToken()
S asToken(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
TargetType descriptions.targetTypeMatcher - A matcher to identify types to be replaced by TargetType descriptions.Copyright © 2014–2015. All rights reserved.