Package com.vladsch.plugin.util.psi
Class PsiUtils
- java.lang.Object
-
- com.vladsch.plugin.util.psi.PsiUtils
-
public class PsiUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PsiUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisNullOrTypeOf(@Nullable com.intellij.lang.ASTNode node, @NotNull com.intellij.psi.tree.IElementType tokenSet)static booleanisNullOrTypeOf(@Nullable com.intellij.lang.ASTNode node, @NotNull com.intellij.psi.tree.TokenSet tokenSet)static booleanisNullOrTypeOf(@Nullable com.intellij.psi.PsiElement element, @NotNull com.intellij.psi.tree.IElementType tokenSet)static booleanisNullOrTypeOf(@Nullable com.intellij.psi.PsiElement element, @NotNull com.intellij.psi.tree.TokenSet tokenSet)static booleanisNullOrTypeOf(@Nullable com.intellij.psi.tree.IElementType elementType, @NotNull com.intellij.psi.tree.TokenSet tokenSet)static booleanisTypeOf(@Nullable com.intellij.lang.ASTNode node, @NotNull com.intellij.psi.tree.IElementType elementType)static booleanisTypeOf(@Nullable com.intellij.lang.ASTNode node, @NotNull com.intellij.psi.tree.TokenSet tokenSet)static booleanisTypeOf(@Nullable com.intellij.psi.PsiElement element, @NotNull com.intellij.psi.tree.IElementType tokenSet)static booleanisTypeOf(@Nullable com.intellij.psi.PsiElement element, @NotNull com.intellij.psi.tree.TokenSet tokenSet)static booleanisTypeOf(@Nullable com.intellij.psi.tree.IElementType elementType, @NotNull com.intellij.psi.tree.TokenSet tokenSet)static booleanisTypeOfSuffix(@Nullable com.intellij.psi.tree.IElementType elementType, @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
-
-
Method Detail
-
isTypeOfSuffix
public static boolean isTypeOfSuffix(@Nullable @Nullable com.intellij.psi.tree.IElementType elementType, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isTypeOf
public static boolean isTypeOf(@Nullable @Nullable com.intellij.psi.tree.IElementType elementType, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isNullOrTypeOf
public static boolean isNullOrTypeOf(@Nullable @Nullable com.intellij.psi.tree.IElementType elementType, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isTypeOf
public static boolean isTypeOf(@Nullable @Nullable com.intellij.lang.ASTNode node, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isNullOrTypeOf
public static boolean isNullOrTypeOf(@Nullable @Nullable com.intellij.lang.ASTNode node, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isTypeOf
public static boolean isTypeOf(@Nullable @Nullable com.intellij.psi.PsiElement element, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isNullOrTypeOf
public static boolean isNullOrTypeOf(@Nullable @Nullable com.intellij.psi.PsiElement element, @NotNull @NotNull com.intellij.psi.tree.TokenSet tokenSet)
-
isTypeOf
public static boolean isTypeOf(@Nullable @Nullable com.intellij.lang.ASTNode node, @NotNull @NotNull com.intellij.psi.tree.IElementType elementType)
-
isNullOrTypeOf
public static boolean isNullOrTypeOf(@Nullable @Nullable com.intellij.lang.ASTNode node, @NotNull @NotNull com.intellij.psi.tree.IElementType tokenSet)
-
isTypeOf
public static boolean isTypeOf(@Nullable @Nullable com.intellij.psi.PsiElement element, @NotNull @NotNull com.intellij.psi.tree.IElementType tokenSet)
-
isNullOrTypeOf
public static boolean isNullOrTypeOf(@Nullable @Nullable com.intellij.psi.PsiElement element, @NotNull @NotNull com.intellij.psi.tree.IElementType tokenSet)
-
-