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.net.sourceforge.pmd.lang.java.types.internal.infer -
-
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) -
Uses of OverloadSelectionResult in net.sourceforge.pmd.lang.java.types.internal.infer
Classes in net.sourceforge.pmd.lang.java.types.internal.infer that implement OverloadSelectionResult Modifier and Type Class Description static classExprMirror.InvocationMirror.MethodCtDeclInformation about the overload-resolution for a specific method.
-