Class OpFetchSerializerForTypeVariable

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

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

    • OpFetchSerializerForTypeVariable

      public OpFetchSerializerForTypeVariable(int order, com.io7m.jodist.TypeVariableName inJavaTypeVariableName, OpBuildTypeArgumentForTypeVariable inRuntimeTypeFetch, String inLocalName)
      An operation that fetches a serializer for the given type variable.
      Parameters:
      order - The program order
      inJavaTypeVariableName - The type variable
      inRuntimeTypeFetch - The operation that builds a type variable
      inLocalName - The local variable name
  • Method Details