com.intellij.ant
Interface PsiAntElement

All Superinterfaces:
Iconable, PsiElement, PsiNamedElement, UserDataHolder

public interface PsiAntElement
extends PsiNamedElement


Field Summary
 
Fields inherited from interface com.intellij.psi.PsiNamedElement
EMPTY_ARRAY
 
Fields inherited from interface com.intellij.openapi.util.Iconable
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY
 
Method Summary
 PsiAntElement copy()
          Creates a copy of the file containing the PSI element and returns the corresponding element in the created copy.
 AntElementRole getRole()
           
 SearchScope getSearchScope()
           
 
Methods inherited from interface com.intellij.psi.PsiNamedElement
getName, setName
 
Methods inherited from interface com.intellij.psi.PsiElement
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getUseScope, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 
Methods inherited from interface com.intellij.openapi.util.Iconable
getIcon
 

Method Detail

copy

PsiAntElement copy()
Description copied from interface: PsiElement
Creates a copy of the file containing the PSI element and returns the corresponding element in the created copy. Resolve operations performed on elements in the copy of the file will resolve to elements in the copy, not in the original file.

Specified by:
copy in interface PsiElement
Returns:
the element in the file copy corresponding to this element.

getSearchScope

SearchScope getSearchScope()

getRole

AntElementRole getRole()