public interface IAsmType
| Modifier and Type | Method and Description |
|---|---|
IAsmType |
getComponentType() |
String |
getFqn() |
String |
getName() |
IAsmType |
getRawType() |
String |
getSimpleName() |
List<AsmType> |
getTypeParameters() |
boolean |
isArray() |
boolean |
isParameterized() |
boolean |
isPrimitive() |
boolean |
isTypeVariable() |
String getName()
String getSimpleName()
boolean isParameterized()
boolean isArray()
boolean isTypeVariable()
boolean isPrimitive()
String getFqn()
IAsmType getRawType()
IAsmType getComponentType()
Copyright © 2017. All rights reserved.