A - The type of returned valuesE - The type of raised exceptionspublic static interface JPRATypeModelType.JPRATypeMatcherType<A,E extends Exception>
jpra type matchers.| Modifier and Type | Method and Description |
|---|---|
A |
onArray(JPRATypeModelType.JPRAArrayType t)
Match an
array type. |
A |
onBooleanSet(JPRATypeModelType.JPRABooleanSetType t)
Match a
boolean-set type. |
A |
onMatrix(JPRATypeModelType.JPRAMatrixType t)
Match a matrix type.
|
A |
onScalar(JPRATypeModelType.JPRAScalarType t)
Match a scalar type.
|
A |
onString(JPRATypeModelType.JPRAStringType t)
Match a string type.
|
A |
onUserDefined(JPRATypeModelType.JPRAUserDefinedType t)
Match a user-defined type.
|
A |
onVector(JPRATypeModelType.JPRAVectorType t)
Match a vector type.
|
A onScalar(JPRATypeModelType.JPRAScalarType t) throws E extends Exception
A onVector(JPRATypeModelType.JPRAVectorType t) throws E extends Exception
A onMatrix(JPRATypeModelType.JPRAMatrixType t) throws E extends Exception
A onString(JPRATypeModelType.JPRAStringType t) throws E extends Exception
A onUserDefined(JPRATypeModelType.JPRAUserDefinedType t) throws E extends Exception
A onBooleanSet(JPRATypeModelType.JPRABooleanSetType t) throws E extends Exception
boolean-set type.Copyright © 2016 <code@io7m.com> http://io7m.com