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

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<JetParameter>, PsiJetStubWithFqName<JetParameter>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetParameter>
All Known Implementing Classes:
PsiJetParameterStubImpl

public interface PsiJetParameterStub
extends PsiJetStubWithFqName<JetParameter>


Method Summary
 boolean hasDefaultValue()
           
 boolean hasValOrValNode()
           
 boolean isMutable()
           
 
Methods inherited from interface org.jetbrains.jet.lang.psi.stubs.PsiJetStubWithFqName
getFqName
 
Methods inherited from interface com.intellij.psi.stubs.NamedStub
getName
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

isMutable

boolean isMutable()

hasValOrValNode

boolean hasValOrValNode()

hasDefaultValue

boolean hasDefaultValue()