com.intellij.aspects.psi
Interface PsiPointcutDef

All Superinterfaces:
_PsiPointcutDef, Iconable, Navigatable, NavigationItem, PsiAspectMember, PsiElement, PsiMember, PsiModifierListOwner, PsiNamedElement, PsiPointcutArgumentProvider, UserDataHolder

public interface PsiPointcutDef
extends _PsiPointcutDef, PsiMember, PsiAspectMember, PsiPointcutArgumentProvider, PsiNamedElement


Field Summary
 
Fields inherited from interface com.intellij.psi.PsiMember
EMPTY_ARRAY
 
Fields inherited from interface com.intellij.psi.PsiNamedElement
EMPTY_ARRAY
 
Method Summary
 PsiAspect getContainingAspect()
           
 java.lang.String getName()
          Returns the name of the element.
 PsiIdentifier getNameIdentifier()
           
 
Methods inherited from interface com.intellij.aspects.psi.gen._PsiPointcutDef
getModifierList, getParameterList, getPointcut
 
Methods inherited from interface com.intellij.psi.PsiMember
getContainingClass
 
Methods inherited from interface com.intellij.psi.PsiModifierListOwner
getModifierList, hasModifierProperty
 
Methods inherited from interface com.intellij.navigation.NavigationItem
getFileStatus, getPresentation
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 
Methods inherited from interface com.intellij.aspects.psi.PsiPointcutArgumentProvider
getParameterList
 
Methods inherited from interface com.intellij.psi.PsiNamedElement
setName
 

Method Detail

getName

java.lang.String getName()
Description copied from interface: PsiNamedElement
Returns the name of the element.

Specified by:
getName in interface NavigationItem
Specified by:
getName in interface PsiNamedElement
Returns:
the element name.

getContainingAspect

PsiAspect getContainingAspect()
Specified by:
getContainingAspect in interface PsiAspectMember

getNameIdentifier

PsiIdentifier getNameIdentifier()
Specified by:
getNameIdentifier in interface _PsiPointcutDef