Interface ITypeBound
-
- All Known Subinterfaces:
ITypeBoundDynamic
- All Known Implementing Classes:
TypeBoundCheckCastAssign,TypeBoundConst,TypeBoundFieldGetAssign,TypeBoundInvokeAssign,TypeBoundInvokeUse
public interface ITypeBoundInformation to restrict types by applying constraints (or boundaries)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable RegisterArggetArg()BoundEnumgetBound()ArgTypegetType()
-
-
-
Method Detail
-
getBound
BoundEnum getBound()
-
getType
ArgType getType()
-
getArg
@Nullable @Nullable RegisterArg getArg()
-
-