org.jetbrains.jet.lang.types
Class JetTypeInfo

java.lang.Object
  extended by org.jetbrains.jet.lang.types.JetTypeInfo

public class JetTypeInfo
extends java.lang.Object


Method Summary
static JetTypeInfo create(JetType type, DataFlowInfo dataFlowInfo)
           
 DataFlowInfo getDataFlowInfo()
           
 JetType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

@NotNull
public static JetTypeInfo create(@Nullable
                                         JetType type,
                                         @NotNull
                                         DataFlowInfo dataFlowInfo)

getType

@Nullable
public JetType getType()

getDataFlowInfo

@NotNull
public DataFlowInfo getDataFlowInfo()