Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Pattern.PrimitiveConversionRoute
Packages that use Pattern.PrimitiveConversionRoute
-
Uses of Pattern.PrimitiveConversionRoute in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses with type arguments of type Pattern.PrimitiveConversionRoute in org.aspectj.org.eclipse.jdt.internal.compiler.astMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return Pattern.PrimitiveConversionRouteModifier and TypeMethodDescriptionPattern.findPrimitiveConversionRoute(TypeBinding destinationType, TypeBinding expressionType, Scope scope) Returns the enum constant of this class with the specified name.static Pattern.PrimitiveConversionRoute[]Pattern.PrimitiveConversionRoute.values()Returns an array containing the constants of this enum class, in the order they are declared.