java.lang.Object
com.io7m.cedarbridge.codegen.java.internal.serializers.OpAbstract
All Implemented Interfaces:
CBCGSerializerCallOperationType, Comparable<CBCGSerializerCallOperationType>
Direct Known Subclasses:
OpCallDeserialize, OpCallSerialize

public abstract class OpAbstract extends Object implements CBCGSerializerCallOperationType
The abstract base of operations.
  • Constructor Details

    • OpAbstract

      public OpAbstract(int inOrder)
      The abstract base of operations.
      Parameters:
      inOrder - The program order for the operation
  • Method Details