Uses of Class
net.sourceforge.pmd.lang.java.types.ast.ExprContext
-
Packages that use ExprContext Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types.ast -
-
Uses of ExprContext in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ExprContext Modifier and Type Method Description default @NonNull ExprContext
ASTExpression. getConversionContext()
Returns the type expected by the context.static @NonNull ExprContext
InternalApiBridge. getTopLevelExprContext(TypeNode n)
-
Uses of ExprContext in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast that return ExprContext Modifier and Type Method Description @NonNull ExprContext
ExprContext. getToplevelCtx()
static ExprContext
InternalApiBridge. newInvocContext(InvocationNode invocNode, int argumentIndex)
static ExprContext
InternalApiBridge. newOtherContext(@NonNull JTypeMirror targetType, ExprContext.ExprContextKind kind)
Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ExprContext Modifier and Type Method Description static boolean
InternalApiBridge. canGiveContextToPoly(ExprContext exprContext, boolean lambdaOrMethodRef)
-