Uses of Enum Class
com.googlecode.aviator.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.googlecode.aviator
Subclasses with type arguments of type Feature in com.googlecode.aviatorFields in com.googlecode.aviator with type parameters of type FeatureModifier and TypeFieldDescriptionOptions.Value.featureSetFeature.prequiresRequire feature sets for this feature.Methods in com.googlecode.aviator that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns 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.voidAviatorEvaluatorInstance.disableFeature(Feature feature) Disable a script engine feature.voidAviatorEvaluatorInstance.enableFeature(Feature feature) Enable a script engine feature.voidAviatorEvaluatorInstance.ensureFeatureEnabled(Feature feature) booleanAviatorEvaluatorInstance.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 voidExpressionParser.ensureFeatureEnabled(Feature feature)