org.jetbrains.jet.lang.psi.stubs.impl
Class PsiJetTypeConstraintImpl

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetTypeConstraintImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetTypeConstraint>, PsiJetTypeConstraintStub

public class PsiJetTypeConstraintImpl
extends
implements PsiJetTypeConstraintStub


Constructor Summary
PsiJetTypeConstraintImpl(com.intellij.psi.stubs.StubElement parent, boolean isClassObjectConstraint)
           
 
Method Summary
 boolean isClassObjectConstraint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Constructor Detail

PsiJetTypeConstraintImpl

public PsiJetTypeConstraintImpl(com.intellij.psi.stubs.StubElement parent,
                                boolean isClassObjectConstraint)
Method Detail

isClassObjectConstraint

public boolean isClassObjectConstraint()
Specified by:
isClassObjectConstraint in interface PsiJetTypeConstraintStub