Uses of Interface
net.sourceforge.pmd.lang.java.types.OverloadSelectionResult
-
Packages that use OverloadSelectionResult Package Description net.sourceforge.pmd.lang.java.ast 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 OverloadSelectionResult Modifier and Type Method Description OverloadSelectionResultASTEnumConstant. getOverloadSelectionInfo()OverloadSelectionResultASTExplicitConstructorInvocation. getOverloadSelectionInfo()OverloadSelectionResultInvocationNode. getOverloadSelectionInfo()Returns information about the overload selection for this call.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type OverloadSelectionResult Modifier and Type Method Description static voidInternalApiBridge. setOverload(InvocationNode expression, OverloadSelectionResult result)
-