Class OpFetchSerializerForApplication

java.lang.Object
com.io7m.cedarbridge.codegen.java.internal.serializer_instantiation.OpAbstract
com.io7m.cedarbridge.codegen.java.internal.serializer_instantiation.OpFetchSerializerForApplication
All Implemented Interfaces:
CBCGSerializerInstantiationOperationType, OpFetchSerializerType, Comparable<CBCGSerializerInstantiationOperationType>

public final class OpFetchSerializerForApplication extends OpAbstract implements OpFetchSerializerType
An operation that fetches a serializer for the given type application.
  • Constructor Details

    • OpFetchSerializerForApplication

      public OpFetchSerializerForApplication(int order, String inLocalName, com.io7m.jodist.ParameterizedTypeName inJavaTypeName, OpBuildTypeArgumentForApplication inTypeArgument)
      An operation that fetches a serializer for the given type application.
      Parameters:
      order - The program order
      inJavaTypeName - The target Java type
      inTypeArgument - The operation that builds a type argument
      inLocalName - The local variable name
  • Method Details