Uses of Interface
net.sourceforge.pmd.lang.java.ast.InvocationNode
-
Packages that use InvocationNode Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST.net.sourceforge.pmd.lang.java.types.ast net.sourceforge.pmd.lang.java.types.internal.infer.ast -
-
Uses of InvocationNode in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement InvocationNode Modifier and Type Class Description class
ASTConstructorCall
A class instance creation expression.class
ASTEnumConstant
Represents an enum constant declaration within an enum type declaration.class
ASTExplicitConstructorInvocation
An explicit constructor invocation, occurring at the start of a constructor declaration.class
ASTMethodCall
A method invocation expression.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type InvocationNode Modifier and Type Method Description static void
InternalApiBridge. 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 InvocationNode Modifier and Type Method Description boolean
InvocationMatcher.CompoundInvocationMatcher. anyMatch(InvocationNode node)
Returns true if any of the matchers match the node.boolean
InvocationMatcher. 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 InvocationNode Modifier and Type Method Description @Nullable InvocationNode
ExprContext. getInvocNodeIfInvocContext()
-
Uses of InvocationNode in net.sourceforge.pmd.lang.java.types.internal.infer.ast
Methods in net.sourceforge.pmd.lang.java.types.internal.infer.ast with parameters of type InvocationNode Modifier and Type Method Description ExprMirror.InvocationMirror
JavaExprMirrors. getInvocationMirror(InvocationNode e, JavaExprMirrors.MirrorMaker subexprMaker)
ExprMirror.InvocationMirror
JavaExprMirrors. getTopLevelInvocationMirror(InvocationNode e)
-