Uses of Class
cdc.deps.java.DJavaAnalyzer.Feature
-
Packages that use DJavaAnalyzer.Feature Package Description cdc.deps.java -
-
Uses of DJavaAnalyzer.Feature in cdc.deps.java
Fields in cdc.deps.java with type parameters of type DJavaAnalyzer.Feature Modifier and Type Field Description protected cdc.util.cli.FeatureMask<DJavaAnalyzer.Feature>JavaDeps.MainArgs. featuresMethods in cdc.deps.java that return DJavaAnalyzer.Feature Modifier and Type Method Description static DJavaAnalyzer.FeatureDJavaAnalyzer.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static DJavaAnalyzer.Feature[]DJavaAnalyzer.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.deps.java with parameters of type DJavaAnalyzer.Feature Modifier and Type Method Description booleanDJavaAnalyzer. isEnabled(DJavaAnalyzer.Feature feature)booleanJavaDeps.MainArgs. isEnabled(DJavaAnalyzer.Feature feature)voidDJavaAnalyzer. setEnabled(DJavaAnalyzer.Feature feature, boolean enabled)voidJavaDeps.MainArgs. setEnabled(DJavaAnalyzer.Feature feature, boolean enabled)
-