Uses of Interface
net.sourceforge.pmd.lang.java.types.OverloadSelectionResult
Packages that use OverloadSelectionResult
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of OverloadSelectionResult in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return OverloadSelectionResultModifier and TypeMethodDescriptionASTEnumConstant.getOverloadSelectionInfo()ASTExplicitConstructorInvocation.getOverloadSelectionInfo()ASTMethodReference.getOverloadSelectionInfo()MethodUsage.getOverloadSelectionInfo()Returns information about the overload selection for this call.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type OverloadSelectionResultModifier and TypeMethodDescriptionstatic voidInternalApiBridge.setCompileTimeDecl(ASTMethodReference methodReference, OverloadSelectionResult methodType) static voidInternalApiBridge.setOverload(InvocationNode expression, OverloadSelectionResult result)