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 -
-
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 classASTConstructorCallA class instance creation expression.classASTEnumConstantRepresents an enum constant declaration within an enum type declaration.classASTExplicitConstructorInvocationAn explicit constructor invocation, occurring at the start of a constructor declaration.classASTMethodCallA method invocation expression.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type InvocationNode Modifier and Type Method Description static 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 InvocationNode Modifier and Type Method Description booleanInvocationMatcher.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 InvocationNode Modifier and Type Method Description @Nullable InvocationNodeExprContext. getInvocNodeIfInvocContext()Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type InvocationNode Modifier and Type Method Description static ExprContextInternalApiBridge. newInvocContext(InvocationNode invocNode, int argumentIndex)
-