Package deltix.qsrv.hf.codec.cg
Class QBStringType
- java.lang.Object
-
- deltix.qsrv.hf.codec.cg.QBoundType<QStringType>
-
- deltix.qsrv.hf.codec.cg.QBStringType
-
public class QBStringType extends QBoundType<QStringType>
-
-
Field Summary
-
Fields inherited from class deltix.qsrv.hf.codec.cg.QBoundType
accessor, javaBaseType, qType
-
-
Constructor Summary
Constructors Constructor Description QBStringType(QStringType 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
makeConstantExpr(java.lang.Object obj)
-
Methods inherited from class deltix.qsrv.hf.codec.cg.QBoundType
getEncodeValue, getJavaBaseType, getJavaClass, getLiteral, getNullLiteral, getNullLiteralImpl, hasConstraint, hasNullLiteral, hasNullLiteralImpl, move, readIsConstraintViolated, readIsNull, readIsNullImpl, writeNull, writeObject
-
-
-
-
Constructor Detail
-
QBStringType
public QBStringType(QStringType qType, java.lang.Class<?> javaType, QAccessor accessor, QVariableContainerLookup lookupContainer)
-
-
Method Detail
-
decode
public void decode(JExpr input, JCompoundStatement addTo)
- Overrides:
decode
in classQBoundType<QStringType>
-
encode
public void encode(JExpr output, JCompoundStatement addTo)
- Overrides:
encode
in classQBoundType<QStringType>
-
makeConstantExpr
protected JExpr makeConstantExpr(java.lang.Object obj)
- Overrides:
makeConstantExpr
in classQBoundType<QStringType>
-
-