Uses of Interface
net.sourceforge.pmd.lang.java.ast.MethodUsage
-
Packages that use MethodUsage Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of MethodUsage in net.sourceforge.pmd.lang.java.ast
Subinterfaces of MethodUsage in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description interfaceInvocationNodeGroups method and constructor call, together, as well as explicit constructor invocation statements, and enum constant declarations.Classes in net.sourceforge.pmd.lang.java.ast that implement MethodUsage 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.classASTMethodReferenceMethod or constructor reference expression.
-