Class OpCallDeserialize
java.lang.Object
com.io7m.cedarbridge.codegen.java.internal.serializers.OpAbstract
com.io7m.cedarbridge.codegen.java.internal.serializers.OpCallDeserialize
- All Implemented Interfaces:
CBCGSerializerCallOperationType,OpCallType,Comparable<CBCGSerializerCallOperationType>
An operation that calls a deserialize method.
-
Constructor Summary
ConstructorsConstructorDescriptionOpCallDeserialize(int inOrder, String inLocalName, String inFieldName) An operation that calls a deserialize method. -
Method Summary
Methods inherited from class com.io7m.cedarbridge.codegen.java.internal.serializers.OpAbstract
programOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.cedarbridge.codegen.java.internal.serializers.CBCGSerializerCallOperationType
compareTo, programOrder
-
Constructor Details
-
OpCallDeserialize
An operation that calls a deserialize method.- Parameters:
inOrder- The program orderinLocalName- The local variable nameinFieldName- The field name
-
-
Method Details
-
serialize
public com.io7m.jodist.CodeBlock serialize()- Specified by:
serializein interfaceCBCGSerializerCallOperationType- Returns:
- The code block to execute
-
javaLocalName
- Specified by:
javaLocalNamein interfaceOpCallType- Returns:
- The java class name to which this call applies
-