@Immutable public final class TIntegerUnsignedNormalized extends Object implements TIntegerType
unsigned-normalized integer type expression.| Constructor and Description |
|---|
TIntegerUnsignedNormalized(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex,
Size<SizeUnitBitsType> in_size)
Construct an
integer unsigned-normalized type expression. |
| Modifier and Type | Method and Description |
|---|---|
Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> |
getLexicalInformation()
Fetch the lexical information for the element.
|
Size<SizeUnitBitsType> |
getSizeInBits() |
<A,E extends Exception> |
matchType(TypeMatcherType<A,E> m)
Accept a matcher.
|
<A,E extends Exception> |
matchTypeInteger(TypeIntegerMatcherType<A,E> m)
Accept a matcher.
|
<A,E extends Exception> |
matchTypeScalar(TypeScalarMatcherType<A,E> m)
Accept a matcher.
|
String |
toString() |
public TIntegerUnsignedNormalized(Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> in_lex, Size<SizeUnitBitsType> in_size)
integer unsigned-normalized type expression.in_lex - Lexical informationin_size - The size in bits that will be usedpublic Size<SizeUnitBitsType> getSizeInBits()
getSizeInBits in interface TTypepublic <A,E extends Exception> A matchType(TypeMatcherType<A,E> m) throws E extends Exception
TTypepublic <A,E extends Exception> A matchTypeInteger(TypeIntegerMatcherType<A,E> m) throws E extends Exception
TIntegerTypematchTypeInteger in interface TIntegerTypeA - The type of returned valuesE - The type of raised exceptionsm - The matchermE - If m raises EE extends Exceptionpublic <A,E extends Exception> A matchTypeScalar(TypeScalarMatcherType<A,E> m) throws E extends Exception
TypeScalarTypematchTypeScalar in interface TypeScalarTypeA - The type of returned valuesE - The type of raised exceptionsm - The matchermE - If m raises EE extends Exceptionpublic Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> getLexicalInformation()
ModelElementTypegetLexicalInformation in interface ModelElementTypeCopyright © 2015 <code@io7m.com> http://io7m.com