Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeConstants.DangerousMethod
Packages that use TypeConstants.DangerousMethod
Package
Description
-
Uses of TypeConstants.DangerousMethod in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as TypeConstants.DangerousMethodMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type TypeConstants.DangerousMethodModifier and TypeMethodDescriptionstatic UnlikelyArgumentCheckUnlikelyArgumentCheck.createUnlikelyArgumentCheck(TypeConstants.DangerousMethod dangerousMethod, TypeBinding typeToCheck, TypeBinding expectedType, TypeBinding typeToReport) -
Uses of TypeConstants.DangerousMethod in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return TypeConstants.DangerousMethodModifier and TypeMethodDescriptionTypeConstants.DangerousMethod.detectSelector(char[] selector) Returns the enum constant of this class with the specified name.static TypeConstants.DangerousMethod[]TypeConstants.DangerousMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TypeConstants.DangerousMethod in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type TypeConstants.DangerousMethodModifier and TypeMethodDescriptionvoidProblemReporter.unlikelyArgumentType(Expression argument, MethodBinding method, TypeBinding argumentType, TypeBinding receiverType, TypeConstants.DangerousMethod dangerousMethod)