org.jetbrains.kotlin.types
Class TypeReconstructionResult

java.lang.Object
  extended by org.jetbrains.kotlin.types.TypeReconstructionResult

public class TypeReconstructionResult
extends java.lang.Object


Constructor Summary
TypeReconstructionResult(JetType resultingType, boolean allArgumentsInferred)
           
 
Method Summary
 JetType getResultingType()
           
 boolean isAllArgumentsInferred()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeReconstructionResult

public TypeReconstructionResult(@Nullable
                                JetType resultingType,
                                boolean allArgumentsInferred)
Method Detail

getResultingType

@Nullable
public JetType getResultingType()

isAllArgumentsInferred

public boolean isAllArgumentsInferred()