Package deltix.qsrv.hf.codec.cg
Class QBNumericType<T extends QNumericType>
- java.lang.Object
-
- deltix.qsrv.hf.codec.cg.QBoundType<T>
-
- deltix.qsrv.hf.codec.cg.QBNumericType<T>
-
- Direct Known Subclasses:
QBFloatType
,QBIntegerType
public class QBNumericType<T extends QNumericType> extends QBoundType<T>
-
-
Field Summary
-
Fields inherited from class deltix.qsrv.hf.codec.cg.QBoundType
accessor, javaBaseType, qType
-
-
Constructor Summary
Constructors Constructor Description QBNumericType(T qType, java.lang.Class<?> javaType, QAccessor accessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JExpr
readIsConstraintViolated()
-
Methods inherited from class deltix.qsrv.hf.codec.cg.QBoundType
decode, encode, getEncodeValue, getJavaBaseType, getJavaClass, getLiteral, getNullLiteral, getNullLiteralImpl, hasConstraint, hasNullLiteral, hasNullLiteralImpl, makeConstantExpr, move, readIsNull, readIsNullImpl, writeNull, writeObject
-
-
-
-
Method Detail
-
readIsConstraintViolated
public JExpr readIsConstraintViolated()
- Overrides:
readIsConstraintViolated
in classQBoundType<T extends QNumericType>
-
-