public final class NativeIntegralType extends NativeBuiltinType
| Constructor and Description |
|---|
NativeIntegralType(int numBits,
boolean isSigned,
NativeArrayTraits arrayTraits) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatLiteral(java.math.BigInteger value) |
java.math.BigInteger |
getLowerBound() |
int |
getNumBits() |
java.math.BigInteger |
getUpperBound() |
boolean |
isSigned() |
getArrayTraitsaddIncludeFiles, addSystemIncludeFile, addUserIncludeFile, getFullName, getName, getPackageName, getSystemIncludeFiles, getUserIncludeFiles, isSimpleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullName, getName, getPackageName, getSystemIncludeFiles, getUserIncludeFiles, isSimplepublic NativeIntegralType(int numBits,
boolean isSigned,
NativeArrayTraits arrayTraits)
public java.math.BigInteger getLowerBound()
public java.math.BigInteger getUpperBound()
public boolean isSigned()
public int getNumBits()
public java.lang.String formatLiteral(java.math.BigInteger value)
throws ZserioExtensionException
ZserioExtensionExceptionLast updated 2024-07-18 11:31:32