Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTArgumentList
-
Packages that use ASTArgumentList Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTArgumentList in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTArgumentList Modifier and Type Method Description ObjectJavaParserDecoratedVisitor. visit(ASTArgumentList node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTArgumentList node, Object data)ObjectJavaParserVisitorAdapter. visit(ASTArgumentList node, Object data)ObjectJavaParserVisitorDecorator. visit(ASTArgumentList node, Object data)Deprecated. -
Uses of ASTArgumentList in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTArgumentList Modifier and Type Method Description ObjectAbstractJavaRule. visit(ASTArgumentList node, Object data) -
Uses of ASTArgumentList in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTArgumentList Modifier and Type Method Description static JavaTypeDefinitionMethodTypeResolution. getBestMethodReturnType(JavaTypeDefinition context, List<MethodType> methods, ASTArgumentList arguments)Deprecated.Searches a list of methods by trying the three phases of method overload resolution.static MethodTypeMethodTypeResolution. parameterizeInvocation(JavaTypeDefinition context, Method method, ASTArgumentList argList)Deprecated.static List<Constraint>MethodTypeResolution. produceInitialConstraints(Method method, ASTArgumentList argList, List<Variable> variables)Deprecated.static List<MethodType>MethodTypeResolution. selectMethodsFirstPhase(JavaTypeDefinition context, List<MethodType> methodsToSearch, ASTArgumentList argList)Deprecated.Look for methods be subtypeability.static List<MethodType>MethodTypeResolution. selectMethodsSecondPhase(List<MethodType> methodsToSearch, ASTArgumentList argList)Deprecated.Look for methods be method conversion.static List<MethodType>MethodTypeResolution. selectMethodsThirdPhase(List<MethodType> methodsToSearch, ASTArgumentList argList)Deprecated.Look for methods considering varargs as well.
-