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 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 ExprContext Modifier and Type Method Description @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 ExprContext Modifier and Type Method Description static booleanInternalApiBridge. canGiveContextToPoly(ExprContext exprContext, boolean lambdaOrMethodRef)
-