public interface Type
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesCastFail(Type targetVal,
Val target) |
Type |
getArrayBaseType() |
WrappedClass |
getWrappedClass() |
boolean |
isArrayType() |
boolean |
isBooleanType() |
boolean |
isNullType() |
boolean |
isRefType() |
boolean |
isSubtypeOf(String type) |
boolean isNullType()
boolean isRefType()
boolean isArrayType()
Type getArrayBaseType()
WrappedClass getWrappedClass()
boolean isSubtypeOf(String type)
boolean isBooleanType()
Copyright © 2024. All rights reserved.