public interface IRType
| Modifier and Type | Method and Description |
|---|---|
IRType |
getArrayType() |
IRType |
getComponentType() |
String |
getDescriptor() |
Class |
getJavaClass() |
String |
getName() |
String |
getRelativeName() |
String |
getSlashName() |
IType |
getType() |
boolean |
isArray() |
boolean |
isAssignableFrom(IRType otherType) |
boolean |
isBoolean() |
boolean |
isByte() |
boolean |
isChar() |
boolean |
isDouble() |
boolean |
isFloat() |
boolean |
isInt() |
boolean |
isInterface() |
boolean |
isLong() |
boolean |
isPrimitive() |
boolean |
isShort() |
boolean |
isStructural() |
boolean |
isStructuralAndErased(IRType ownersType) |
boolean |
isVoid() |
String getName()
String getRelativeName()
String getDescriptor()
Class getJavaClass()
String getSlashName()
IRType getArrayType()
IRType getComponentType()
IType getType()
boolean isArray()
boolean isAssignableFrom(IRType otherType)
boolean isByte()
boolean isBoolean()
boolean isShort()
boolean isChar()
boolean isInt()
boolean isLong()
boolean isFloat()
boolean isDouble()
boolean isVoid()
boolean isPrimitive()
boolean isInterface()
boolean isStructural()
boolean isStructuralAndErased(IRType ownersType)
Copyright © 2022. All rights reserved.