A - The type of returned valuesE - The type of raised exceptionspublic interface TypeIntegerMatcherType<A,E extends Exception>
integer type expression matchers.| Modifier and Type | Method and Description |
|---|---|
A |
matchIntegerSigned(TIntegerSigned t)
Match a
signed type expression. |
A |
matchIntegerSignedNormalized(TIntegerSignedNormalized t)
Match an
signed-normalized type expression. |
A |
matchIntegerUnsigned(TIntegerUnsigned t)
Match an
unsigned type expression. |
A |
matchIntegerUnsignedNormalized(TIntegerUnsignedNormalized t)
Match an
unsigned-normalized type expression. |
A matchIntegerUnsigned(TIntegerUnsigned t) throws E extends Exception
unsigned type expression.A matchIntegerSigned(TIntegerSigned t) throws E extends Exception
signed type expression.A matchIntegerSignedNormalized(TIntegerSignedNormalized t) throws E extends Exception
signed-normalized type expression.Copyright © 2017 <code@io7m.com> http://io7m.com