I - The type of identifiersT - The type of type information@Immutable public final class SizeExprInOctets<I,T> extends Object implements SizeExprType<I,T>
| Constructor and Description |
|---|
SizeExprInOctets(TypeExprType<I,T> in_expression)
Construct an expression.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<com.io7m.jlexing.core.ImmutableLexicalPositionType<Path>> |
getLexicalInformation()
Fetch the lexical information for the element.
|
TypeExprType<I,T> |
getTypeExpression() |
<A,E extends Exception> |
matchSizeExpression(SizeExprMatcherType<I,T,A,E> m)
Accept a matcher.
|
public SizeExprInOctets(TypeExprType<I,T> in_expression)
in_expression - The type expressionpublic TypeExprType<I,T> getTypeExpression()
public <A,E extends Exception> A matchSizeExpression(SizeExprMatcherType<I,T,A,E> m) throws E extends Exception
SizeExprTypematchSizeExpression in interface SizeExprType<I,T>A - 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 © 2016 <code@io7m.com> http://io7m.com