Class OpFetchSerializerForNamedType

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

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

    • OpFetchSerializerForNamedType

      public OpFetchSerializerForNamedType(int order, OpBuildTypeArgumentForNamed inBuildTypeArgument, com.io7m.jodist.ClassName inJavaTargetClassName, String inLocalName)
      An operation that fetches a serializer for the given type.
      Parameters:
      order - The program order
      inJavaTargetClassName - The target Java class
      inBuildTypeArgument - The operation that builds a type argument
      inLocalName - The local variable name
  • Method Details