Uses of Interface
net.sourceforge.pmd.lang.java.ast.InvocationNode
Packages that use InvocationNode
Package
Description
Contains the classes and interfaces modelling the Java AST.
Support for compile-time type resolution on the AST.
-
Uses of InvocationNode in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement InvocationNodeModifier and TypeClassDescriptionfinal classA class instance creation expression.final classRepresents an enum constant declaration within an enum type declaration.final classAn explicit constructor invocation, occurring at the start of a constructor declaration.final classA method invocation expression.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type InvocationNodeModifier and TypeMethodDescriptionstatic voidInternalApiBridge.setOverload(InvocationNode expression, OverloadSelectionResult result) -
Uses of InvocationNode in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types with parameters of type InvocationNodeModifier and TypeMethodDescriptionbooleanInvocationMatcher.CompoundInvocationMatcher.anyMatch(InvocationNode node) Returns true if any of the matchers match the node.booleanInvocationMatcher.matchesCall(@Nullable InvocationNode node) Returns true if the call matches this matcher. -
Uses of InvocationNode in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast that return InvocationNodeModifier and TypeMethodDescription@Nullable InvocationNodeExprContext.getInvocNodeIfInvocContext()Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type InvocationNodeModifier and TypeMethodDescriptionstatic ExprContextInternalApiBridge.newInvocContext(InvocationNode invocNode, int argumentIndex)