org.jetbrains.jet.asJava
Class JetLightPackage

java.lang.Object
  extended by com.intellij.openapi.util.UserDataHolderBase
      extended by com.intellij.psi.impl.ElementBase
          extended by com.intellij.psi.impl.PsiElementBase
              extended by com.intellij.psi.impl.file.PsiPackageBase
                  extended by com.intellij.psi.impl.file.PsiPackageImpl
                      extended by org.jetbrains.jet.asJava.JetLightPackage
All Implemented Interfaces:
com.intellij.navigation.NavigationItem, com.intellij.openapi.ui.Queryable, com.intellij.openapi.util.Iconable, com.intellij.openapi.util.UserDataHolder, com.intellij.openapi.util.UserDataHolderEx, com.intellij.pom.Navigatable, com.intellij.psi.NavigatablePsiElement, com.intellij.psi.PsiCheckedRenameElement, com.intellij.psi.PsiDirectoryContainer, com.intellij.psi.PsiElement, com.intellij.psi.PsiModifierListOwner, com.intellij.psi.PsiNamedElement, com.intellij.psi.PsiPackage, com.intellij.psi.PsiQualifiedNamedElement, java.lang.Cloneable

public class JetLightPackage
extends com.intellij.psi.impl.file.PsiPackageImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.openapi.ui.Queryable
com.intellij.openapi.ui.Queryable.Contributor, com.intellij.openapi.ui.Queryable.PrintInfo, com.intellij.openapi.ui.Queryable.Util
 
Field Summary
 
Fields inherited from class com.intellij.psi.impl.file.PsiPackageImpl
DEBUG
 
Fields inherited from class com.intellij.psi.impl.ElementBase
FLAGS_LOCKED, ICON_PLACEHOLDER
 
Fields inherited from class com.intellij.openapi.util.UserDataHolderBase
COPYABLE_USER_MAP_KEY
 
Fields inherited from interface com.intellij.psi.PsiPackage
EMPTY_ARRAY, PACKAGE_INFO_CLASS, PACKAGE_INFO_FILE
 
Fields inherited from interface com.intellij.navigation.NavigationItem
EMPTY_NAVIGATION_ITEM_ARRAY
 
Constructor Summary
JetLightPackage(com.intellij.psi.PsiManager manager, FqName qualifiedName, com.intellij.psi.search.GlobalSearchScope scope)
           
 
Method Summary
 com.intellij.psi.PsiElement copy()
           
 boolean isValid()
           
 
Methods inherited from class com.intellij.psi.impl.file.PsiPackageImpl
accept, allScope, canNavigate, containsClassNamed, createInstance, findClassByShortName, findPackage, getAllDirectories, getAnnotationList, getClasses, getClasses, getContainer, getLanguage, getModifierList, getParentPackage, getPresentation, getSubPackages, getSubPackages, handleQualifiedNameChange, hasModifierProperty, navigate, occursInPackagePrefixes, processDeclarations, toString
 
Methods inherited from class com.intellij.psi.impl.file.PsiPackageBase
add, addAfter, addBefore, canNavigateToSource, checkAdd, checkDelete, checkSetName, delete, equals, findElementAt, getAllDirectories, getChildren, getContainingFile, getDirectories, getDirectories, getElementIcon, getManager, getName, getNode, getParent, getQualifiedName, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, hashCode, isPhysical, isWritable, putInfo, replace, setName, textMatches, textMatches, textToCharArray
 
Methods inherited from class com.intellij.psi.impl.PsiElementBase
acceptChildren, addRange, addRangeAfter, addRangeBefore, deleteChildRange, findChildByClass, findChildrenByClass, findNotNullChildByClass, findReferenceAt, getContext, getFirstChild, getLastChild, getNavigationElement, getNextSibling, getOriginalElement, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getUseScope, isEquivalentTo, notNullChild, textContains
 
Methods inherited from class com.intellij.psi.impl.ElementBase
buildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, getIcon, iconWithVisibilityIfNeeded, isNativeFileType, isVisibilitySupported, overlayIcons, registerIconLayer, transformFlags
 
Methods inherited from class com.intellij.openapi.util.UserDataHolderBase
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.PsiPackage
getName, getQualifiedName
 
Methods inherited from interface com.intellij.psi.PsiCheckedRenameElement
checkSetName
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigateToSource
 
Methods inherited from interface com.intellij.psi.PsiDirectoryContainer
getDirectories, getDirectories
 
Methods inherited from interface com.intellij.psi.PsiNamedElement
setName
 
Methods inherited from interface com.intellij.openapi.ui.Queryable
putInfo
 

Constructor Detail

JetLightPackage

public JetLightPackage(com.intellij.psi.PsiManager manager,
                       FqName qualifiedName,
                       com.intellij.psi.search.GlobalSearchScope scope)
Method Detail

copy

@NotNull
public com.intellij.psi.PsiElement copy()
Specified by:
copy in interface com.intellij.psi.PsiElement
Overrides:
copy in class com.intellij.psi.impl.file.PsiPackageBase

isValid

public boolean isValid()
Specified by:
isValid in interface com.intellij.psi.PsiElement
Overrides:
isValid in class com.intellij.psi.impl.file.PsiPackageImpl