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(KotlinType resultingType, boolean allArgumentsInferred)
           
 
Method Summary
 KotlinType 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
                                KotlinType resultingType,
                                boolean allArgumentsInferred)
Method Detail

getResultingType

@Nullable
public KotlinType getResultingType()

isAllArgumentsInferred

public boolean isAllArgumentsInferred()