Uses of Enum Class
cdc.deps.java.DJavaAnalyzer.Feature
Packages that use DJavaAnalyzer.Feature
-
Uses of DJavaAnalyzer.Feature in cdc.deps.java
Fields in cdc.deps.java with type parameters of type DJavaAnalyzer.FeatureModifier and TypeFieldDescriptionprotected final cdc.util.cli.FeatureMask<DJavaAnalyzer.Feature>JavaDeps.MainArgs.featuresMethods in cdc.deps.java that return DJavaAnalyzer.FeatureModifier and TypeMethodDescriptionstatic DJavaAnalyzer.FeatureReturns the enum constant of this class with the specified name.static DJavaAnalyzer.Feature[]DJavaAnalyzer.Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.deps.java with parameters of type DJavaAnalyzer.FeatureModifier and TypeMethodDescriptionfinal booleanDJavaAnalyzer.isEnabled(DJavaAnalyzer.Feature feature) booleanJavaDeps.MainArgs.isEnabled(DJavaAnalyzer.Feature feature) final voidDJavaAnalyzer.setEnabled(DJavaAnalyzer.Feature feature, boolean enabled) voidJavaDeps.MainArgs.setEnabled(DJavaAnalyzer.Feature feature, boolean enabled)