Uses of Class
net.sourceforge.pmd.lang.java.types.ast.ExprContext.ExprContextKind
-
Packages that use ExprContext.ExprContextKind Package Description net.sourceforge.pmd.lang.java.types.ast -
-
Uses of ExprContext.ExprContextKind in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast that return ExprContext.ExprContextKind Modifier and Type Method Description ExprContext.ExprContextKindExprContext. getKind()Returns the kind of context this is.static ExprContext.ExprContextKindExprContext.ExprContextKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ExprContext.ExprContextKind[]ExprContext.ExprContextKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ExprContext.ExprContextKind Modifier and Type Method Description booleanExprContext. hasKind(ExprContext.ExprContextKind kind)
-