Interface NumericTag

All Superinterfaces:
PrimitiveTag, Tag
All Known Implementing Classes:
ByteTag, DoubleTag, FloatTag, IntTag, LongTag, ShortTag

public sealed interface NumericTag extends PrimitiveTag permits ByteTag, ShortTag, IntTag, LongTag, FloatTag, DoubleTag