public class PsiNameValuePairPattern extends PsiElementPattern<PsiNameValuePair,PsiNameValuePairPattern>
PsiElementPattern.Capture<T extends PsiElement>
Modifier and Type | Method and Description |
---|---|
PsiNameValuePairPattern |
withName(ElementPattern<java.lang.String> name) |
PsiNameValuePairPattern |
withName(java.lang.String requiredName) |
afterLeaf, afterLeaf, afterLeafSkipping, atStartOf, beforeLeaf, beforeLeaf, beforeLeafSkipping, compiled, equalTo, getChildren, getParent, inFile, insideStarting, inVirtualFile, notEmpty, referencing, whitespace, whitespaceCommentEmptyOrError, whitespaceCommentOrError, withElementType, withElementType, withElementType, withFirstNonWhitespaceChild, withLanguage, withLastChildSkipping, withMetaData, withName, withoutText, withoutText, withReference, withText, withText, withTextLength, withTextLengthLongerThan, withTreeParent
afterSibling, afterSiblingSkipping, inside, inside, inside, inside, insideSequence, isFirstAcceptedChild, withAncestor, withChild, withChildren, withFirstChild, withLastChild, withParent, withParent, withParents, withSuperParent, withSuperParent
public PsiNameValuePairPattern withName(java.lang.String requiredName)
withName
in class PsiElementPattern<PsiNameValuePair,PsiNameValuePairPattern>
public PsiNameValuePairPattern withName(ElementPattern<java.lang.String> name)
withName
in class PsiElementPattern<PsiNameValuePair,PsiNameValuePairPattern>