Class OpBuildTypeArgumentForTypeVariable

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

public final class OpBuildTypeArgumentForTypeVariable extends OpAbstract implements OpBuildTypeArgumentType
An operation that builds a type argument for the given type parameter.
  • Constructor Details

    • OpBuildTypeArgumentForTypeVariable

      public OpBuildTypeArgumentForTypeVariable(int order, CBTypeParameterType inParameter, String inLocalName)
      An operation that builds a type argument for the given type parameter.
      Parameters:
      order - The program order
      inParameter - The target type parameter
      inLocalName - The local variable name
  • Method Details