Class OpAbstract
java.lang.Object
com.io7m.cedarbridge.codegen.java.internal.serializers.OpAbstract
- All Implemented Interfaces:
CBCGSerializerCallOperationType,Comparable<CBCGSerializerCallOperationType>
- Direct Known Subclasses:
OpCallDeserialize,OpCallSerialize
The abstract base of operations.
-
Constructor Summary
Constructors -
Method Summary
Methods 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, serialize
-
Constructor Details
-
OpAbstract
public OpAbstract(int inOrder) The abstract base of operations.- Parameters:
inOrder- The program order for the operation
-
-
Method Details
-
programOrder
public final int programOrder()- Specified by:
programOrderin interfaceCBCGSerializerCallOperationType- Returns:
- The program order
-