org.jetbrains.kotlin.psi
Interface JetTypeElement

All Known Implementing Classes:
JetDynamicType, JetFunctionType, JetNullableType, JetSelfType, JetUserType

public interface JetTypeElement


Field Summary
static com.intellij.util.ArrayFactory<JetTypeElement> ARRAY_FACTORY
           
static JetTypeElement[] EMPTY_ARRAY
           
 
Method Summary
 java.util.List<JetTypeReference> getTypeArgumentsAsTypes()
           
 

Field Detail

EMPTY_ARRAY

static final JetTypeElement[] EMPTY_ARRAY

ARRAY_FACTORY

static final com.intellij.util.ArrayFactory<JetTypeElement> ARRAY_FACTORY
Method Detail

getTypeArgumentsAsTypes

@NotNull
java.util.List<JetTypeReference> getTypeArgumentsAsTypes()