Uses of Enum Class
de.odysseus.el.tree.impl.Builder.Feature
Packages that use Builder.Feature
-
Uses of Builder.Feature in de.odysseus.el
Fields in de.odysseus.el with type parameters of type Builder.FeatureModifier and TypeFieldDescriptionprivate final EnumSet<Builder.Feature> ExpressionFactoryImpl.Profile.featuresMethods in de.odysseus.el that return Builder.FeatureModifier and TypeMethodDescription(package private) Builder.Feature[]ExpressionFactoryImpl.Profile.features()Methods in de.odysseus.el with parameters of type Builder.FeatureModifier and TypeMethodDescription(package private) booleanExpressionFactoryImpl.Profile.contains(Builder.Feature feature) protected TreeBuilderExpressionFactoryImpl.createTreeBuilder(Properties properties, Builder.Feature... features) Create the factory's builder.private booleanExpressionFactoryImpl.getFeatureProperty(ExpressionFactoryImpl.Profile profile, Properties properties, Builder.Feature feature, String property) Constructor parameters in de.odysseus.el with type arguments of type Builder.Feature -
Uses of Builder.Feature in de.odysseus.el.tree.impl
Fields in de.odysseus.el.tree.impl with type parameters of type Builder.FeatureMethods in de.odysseus.el.tree.impl that return Builder.FeatureModifier and TypeMethodDescriptionstatic Builder.FeatureReturns the enum constant of this class with the specified name.static Builder.Feature[]Builder.Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.odysseus.el.tree.impl with parameters of type Builder.FeatureConstructors in de.odysseus.el.tree.impl with parameters of type Builder.Feature