Uses of Class
net.sourceforge.pmd.lang.java.types.ast.ExprContext
Packages that use ExprContext
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ExprContext in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ExprContextModifier and TypeMethodDescriptiondefault @NonNull ExprContextASTExpression.getConversionContext()Returns the type expected by the context.static @NonNull ExprContextInternalApiBridge.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 ExprContextModifier and TypeMethodDescription@NonNull ExprContextExprContext.getToplevelCtx()static ExprContextInternalApiBridge.newInvocContext(InvocationNode invocNode, int argumentIndex) static ExprContextInternalApiBridge.newOtherContext(@NonNull JTypeMirror targetType, ExprContext.ExprContextKind kind) Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ExprContextModifier and TypeMethodDescriptionstatic booleanInternalApiBridge.canGiveContextToPoly(ExprContext exprContext, boolean lambdaOrMethodRef)