org.jetbrains.kotlin.psi
Interface KtTypeElement

All Known Implementing Classes:
KtDynamicType, KtFunctionType, KtNullableType, KtSelfType, KtUserType

public interface KtTypeElement


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

Field Detail

EMPTY_ARRAY

static final KtTypeElement[] EMPTY_ARRAY

ARRAY_FACTORY

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

getTypeArgumentsAsTypes

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