org.jetbrains.jet.lang.psi.stubs
Interface PsiJetTypeConstraintStub

All Superinterfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetTypeConstraint>
All Known Implementing Classes:
PsiJetTypeConstraintImpl

public interface PsiJetTypeConstraintStub
extends com.intellij.psi.stubs.StubElement<JetTypeConstraint>


Method Summary
 boolean isClassObjectConstraint()
           
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

isClassObjectConstraint

boolean isClassObjectConstraint()