Class InternalApiBridge
java.lang.Object
net.sourceforge.pmd.lang.java.types.ast.InternalApiBridge
Internal API.
Acts as a bridge between outer parts of PMD and the restricted access internal API of this package.
None of this is published API, and compatibility can be broken anytime! Use this only at your own risk.
- API Note:
- Internal API
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanGiveContextToPoly(ExprContext exprContext, boolean lambdaOrMethodRef) static ExprContextnewInvocContext(InvocationNode invocNode, int argumentIndex) static ExprContextnewOtherContext(@NonNull JTypeMirror targetType, ExprContext.ExprContextKind kind)
-
Method Details
-
canGiveContextToPoly
-
newOtherContext
public static ExprContext newOtherContext(@NonNull JTypeMirror targetType, ExprContext.ExprContextKind kind) -
newInvocContext
-