|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PsiIdentifier
Represents a Java identifier.
| Field Summary | |
|---|---|
static PsiIdentifier[] |
EMPTY_ARRAY
The empty array of PSI identifiers which can be reused to avoid unnecessary allocations. |
| Fields inherited from interface com.intellij.openapi.util.Iconable |
|---|
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY |
| Method Summary | |
|---|---|
PsiElement |
replace(PsiElement newElement)
Replaces this PSI element (along with all its children) with another element (along with the children). |
| Methods inherited from interface com.intellij.psi.PsiJavaToken |
|---|
getTokenType |
| Methods inherited from interface com.intellij.openapi.util.UserDataHolder |
|---|
getUserData, putUserData |
| Methods inherited from interface com.intellij.openapi.util.Iconable |
|---|
getIcon |
| Field Detail |
|---|
static final PsiIdentifier[] EMPTY_ARRAY
| Method Detail |
|---|
PsiElement replace(PsiElement newElement)
throws IncorrectOperationException
PsiElement
replace in interface PsiElementnewElement - the element to replace this element with.
newElement or its copy)
IncorrectOperationException - if the modification is not supported or not possible for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||