Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.impl.JavaFeature
Packages that use JavaFeature
Package
Description
-
Uses of JavaFeature in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Subclasses with type arguments of type JavaFeature in org.aspectj.org.eclipse.jdt.internal.compiler.implModifier and TypeClassDescriptionenumAn internal enumeration of all Java language features that were introduced as standard feature or preview feature from Java 15.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.impl that return JavaFeatureModifier and TypeMethodDescriptionstatic JavaFeatureReturns the enum constant of this class with the specified name.static JavaFeature[]JavaFeature.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JavaFeature in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type JavaFeatureModifier and TypeMethodDescriptionvoidProblemReporter.modifierRequiresJavaBase(RequiresStatement stat, JavaFeature moduleImports) booleanProblemReporter.validateJavaFeatureSupport(JavaFeature feature, int sourceStart, int sourceEnd)