Package deltix.qsrv.hf.codec.cg
Class QBBinaryType
- java.lang.Object
-
- deltix.qsrv.hf.codec.cg.QBoundType<QBinaryType>
-
- deltix.qsrv.hf.codec.cg.QBBinaryType
-
public class QBBinaryType extends QBoundType<QBinaryType>
-
-
Field Summary
-
Fields inherited from class deltix.qsrv.hf.codec.cg.QBoundType
accessor, javaBaseType, qType
-
-
Constructor Summary
Constructors Constructor Description QBBinaryType(QBinaryType qType, java.lang.Class<?> javaType, QAccessor accessor, QVariableContainerLookup lookupContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode(JExpr input, JCompoundStatement addTo)
void
encode(JExpr output, JCompoundStatement addTo)
protected JExpr
readIsNullImpl(boolean eq)
-
Methods inherited from class deltix.qsrv.hf.codec.cg.QBoundType
getEncodeValue, getJavaBaseType, getJavaClass, getLiteral, getNullLiteral, getNullLiteralImpl, hasConstraint, hasNullLiteral, hasNullLiteralImpl, makeConstantExpr, move, readIsConstraintViolated, readIsNull, writeNull, writeObject
-
-
-
-
Constructor Detail
-
QBBinaryType
public QBBinaryType(QBinaryType qType, java.lang.Class<?> javaType, QAccessor accessor, QVariableContainerLookup lookupContainer)
-
-
Method Detail
-
readIsNullImpl
protected JExpr readIsNullImpl(boolean eq)
- Overrides:
readIsNullImpl
in classQBoundType<QBinaryType>
-
decode
public void decode(JExpr input, JCompoundStatement addTo)
- Overrides:
decode
in classQBoundType<QBinaryType>
-
encode
public void encode(JExpr output, JCompoundStatement addTo)
- Overrides:
encode
in classQBoundType<QBinaryType>
-
-