Uses of Class
de.odysseus.el.tree.impl.Builder.Feature
-
Packages that use Builder.Feature Package Description de.odysseus.el de.odysseus.el.tree.impl -
-
Uses of Builder.Feature in de.odysseus.el
Fields in de.odysseus.el with type parameters of type Builder.Feature Modifier and Type Field Description private java.util.EnumSet<Builder.Feature>
ExpressionFactoryImpl.Profile. features
Methods in de.odysseus.el that return Builder.Feature Modifier and Type Method Description (package private) Builder.Feature[]
ExpressionFactoryImpl.Profile. features()
Methods in de.odysseus.el with parameters of type Builder.Feature Modifier and Type Method Description (package private) boolean
ExpressionFactoryImpl.Profile. contains(Builder.Feature feature)
protected TreeBuilder
ExpressionFactoryImpl. createTreeBuilder(java.util.Properties properties, Builder.Feature... features)
Create the factory's builder.private boolean
ExpressionFactoryImpl. getFeatureProperty(ExpressionFactoryImpl.Profile profile, java.util.Properties properties, Builder.Feature feature, java.lang.String property)
Constructor parameters in de.odysseus.el with type arguments of type Builder.Feature Constructor Description Profile(java.util.EnumSet<Builder.Feature> features)
-
Uses of Builder.Feature in de.odysseus.el.tree.impl
Fields in de.odysseus.el.tree.impl with type parameters of type Builder.Feature Modifier and Type Field Description protected java.util.EnumSet<Builder.Feature>
Builder. features
Methods in de.odysseus.el.tree.impl that return Builder.Feature Modifier and Type Method Description static Builder.Feature
Builder.Feature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Builder.Feature[]
Builder.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.odysseus.el.tree.impl with parameters of type Builder.Feature Modifier and Type Method Description boolean
Builder. isEnabled(Builder.Feature feature)
Constructors in de.odysseus.el.tree.impl with parameters of type Builder.Feature Constructor Description Builder(Builder.Feature... features)
-