org.jetbrains.kotlin.codegen.optimization.boxing
Class ProgressionIteratorBasicValue

java.lang.Object
  extended by StrictBasicValue
      extended by org.jetbrains.kotlin.codegen.optimization.boxing.ProgressionIteratorBasicValue

public class ProgressionIteratorBasicValue
extends StrictBasicValue


Constructor Summary
ProgressionIteratorBasicValue(java.lang.String valuesPrimitiveTypeName)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getNextMethodDesc()
           
 java.lang.String getNextMethodName()
           
 org.jetbrains.org.objectweb.asm.Type getValuesPrimitiveType()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressionIteratorBasicValue

public ProgressionIteratorBasicValue(@NotNull
                                     java.lang.String valuesPrimitiveTypeName)
Method Detail

getValuesPrimitiveType

@NotNull
public org.jetbrains.org.objectweb.asm.Type getValuesPrimitiveType()

equals

public boolean equals(java.lang.Object o)

getNextMethodName

@NotNull
public java.lang.String getNextMethodName()

getNextMethodDesc

@NotNull
public java.lang.String getNextMethodDesc()