A - The type of returned valuesE - The type of raised exceptionspublic static interface JPRATypeModelType.JPRAScalarMatcherType<A,E extends Exception>
jpra scalar type matchers.| Modifier and Type | Method and Description |
|---|---|
A |
onFloat(JPRATypeModelType.JPRAFloatType t)
Match a float type.
|
A |
onIntegerSigned(JPRATypeModelType.JPRAIntegerSignedType t)
Match a signed integer type.
|
A |
onIntegerSignedNormalized(JPRATypeModelType.JPRAIntegerSignedNormalizedType t)
Match a signed normalized integer type.
|
A |
onIntegerUnsigned(JPRATypeModelType.JPRAIntegerUnsignedType t)
Match an unsigned integer type.
|
A |
onIntegerUnsignedNormalized(JPRATypeModelType.JPRAIntegerUnsignedNormalizedType t)
Match an unsigned normalized integer type.
|
A onFloat(JPRATypeModelType.JPRAFloatType t) throws E extends Exception
A onIntegerSigned(JPRATypeModelType.JPRAIntegerSignedType t) throws E extends Exception
A onIntegerUnsigned(JPRATypeModelType.JPRAIntegerUnsignedType t) throws E extends Exception
A onIntegerSignedNormalized(JPRATypeModelType.JPRAIntegerSignedNormalizedType t) throws E extends Exception
Copyright © 2016 <code@io7m.com> http://io7m.com