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

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

public interface PsiJetParameterStub
extends com.intellij.psi.stubs.NamedStub<JetParameter>


Method Summary
 java.lang.String getDefaultValueText()
           
 java.lang.String getTypeText()
           
 boolean isMutable()
           
 boolean isVarArg()
           
 
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()

isVarArg

boolean isVarArg()

getTypeText

@Nullable
java.lang.String getTypeText()

getDefaultValueText

@Nullable
java.lang.String getDefaultValueText()