Uses of Enum Class
com.googlecode.aviator.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type FeatureModifier and TypeFieldDescriptionOptions.Value.featureSet
Feature.prequires
Require feature sets for this feature.Methods in com.googlecode.aviator that return FeatureModifier and TypeMethodDescriptionstatic Feature
Returns the enum constant of this class with the specified name.static Feature[]
Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.googlecode.aviator that return types with arguments of type FeatureModifier and TypeMethodDescriptionCreate a feature set from arguments.Feature.getCompatibleFeatures()
Returns the feature set that is compatible with aviator early versions(before 5.0).AviatorEvaluatorInstance.getFeatures()
Returns current valid syntax feature set.Feature.getFullFeatures()
Returns the full feature set.Feature.getPrequires()
Methods in com.googlecode.aviator with parameters of type FeatureModifier and TypeMethodDescriptionCreate a feature set from arguments.void
AviatorEvaluatorInstance.disableFeature
(Feature feature) Disable a script engine feature.void
AviatorEvaluatorInstance.enableFeature
(Feature feature) Enable a script engine feature.void
AviatorEvaluatorInstance.ensureFeatureEnabled
(Feature feature) boolean
AviatorEvaluatorInstance.isFeatureEnabled
(Feature feature) Returns true when a syntax feature is enabled.Constructor parameters in com.googlecode.aviator with type arguments of type Feature -
Uses of Feature in com.googlecode.aviator.exception
Constructors in com.googlecode.aviator.exception with parameters of type Feature -
Uses of Feature in com.googlecode.aviator.parser
Fields in com.googlecode.aviator.parser with type parameters of type FeatureMethods in com.googlecode.aviator.parser with parameters of type FeatureModifier and TypeMethodDescriptionprivate void
ExpressionParser.ensureFeatureEnabled
(Feature feature)