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

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetImportDirectiveStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetImportDirective>, PsiJetImportDirectiveStub

public class PsiJetImportDirectiveStubImpl
extends
implements PsiJetImportDirectiveStub


Constructor Summary
PsiJetImportDirectiveStubImpl(com.intellij.psi.stubs.StubElement parent, boolean isAbsoluteInRootPackage, boolean isAllUnder, com.intellij.util.io.StringRef aliasName, boolean isValid)
           
 
Method Summary
 java.lang.String getAliasName()
           
 boolean isAbsoluteInRootPackage()
           
 boolean isAllUnder()
           
 boolean isValid()
           
 
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

PsiJetImportDirectiveStubImpl

public PsiJetImportDirectiveStubImpl(com.intellij.psi.stubs.StubElement parent,
                                     boolean isAbsoluteInRootPackage,
                                     boolean isAllUnder,
                                     @Nullable
                                     com.intellij.util.io.StringRef aliasName,
                                     boolean isValid)
Method Detail

isAbsoluteInRootPackage

public boolean isAbsoluteInRootPackage()
Specified by:
isAbsoluteInRootPackage in interface PsiJetImportDirectiveStub

isAllUnder

public boolean isAllUnder()
Specified by:
isAllUnder in interface PsiJetImportDirectiveStub

getAliasName

@Nullable
public java.lang.String getAliasName()
Specified by:
getAliasName in interface PsiJetImportDirectiveStub

isValid

public boolean isValid()
Specified by:
isValid in interface PsiJetImportDirectiveStub