Uses of Interface
net.sourceforge.pmd.lang.java.ast.MethodUsage
Packages that use MethodUsage
Package
Description
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.astModifier and TypeInterfaceDescriptioninterfaceGroups 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 MethodUsageModifier 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.final classMethod or constructor reference expression.