Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck
Packages that use UnlikelyArgumentCheck
-
Uses of UnlikelyArgumentCheck in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return UnlikelyArgumentCheckModifier and TypeMethodDescriptionstatic UnlikelyArgumentCheckUnlikelyArgumentCheck.createUnlikelyArgumentCheck(TypeConstants.DangerousMethod dangerousMethod, TypeBinding typeToCheck, TypeBinding expectedType, TypeBinding typeToReport) static UnlikelyArgumentCheckUnlikelyArgumentCheck.determineCheckForNonStaticSingleArgumentMethod(TypeBinding argumentType, Scope scope, char[] selector, TypeBinding actualReceiverType, TypeBinding[] parameters) When targeting a well-known dangerous method, returns an UnlikelyArgumentCheck object that contains the types to check against each other and to reportstatic UnlikelyArgumentCheckUnlikelyArgumentCheck.determineCheckForStaticTwoArgumentMethod(TypeBinding secondParameter, Scope scope, char[] selector, TypeBinding firstParameter, TypeBinding[] parameters, TypeBinding actualReceiverType)