public interface ParameterizedType extends Type
[JLS3:4.5] Parameterized Types | Modifier and Type | Method and Description |
|---|---|
Type |
getType()
Returns the non-parameterized type.
|
List<? extends Type> |
getTypeArguments()
Returns the type arguments.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTraitCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.