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