Uses of Class
com.googlecode.aviator.Feature
-
Packages that use Feature Package Description com.googlecode.aviator com.googlecode.aviator.exception com.googlecode.aviator.parser -
-
Uses of Feature in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type Feature Modifier and Type Field Description java.util.Set<Feature>Options.Value. featureSetprivate java.util.Set<Feature>Feature. prequiresRequire feature sets for this feature.Methods in com.googlecode.aviator that return Feature Modifier and Type Method Description static FeatureFeature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.aviator that return types with arguments of type Feature Modifier and Type Method Description static java.util.Set<Feature>Feature. asSet(Feature... args)Create a feature set from arguments.static java.util.Set<Feature>Feature. getCompatibleFeatures()Returns the feature set that is compatible with aviator early versions(before 5.0).java.util.Set<Feature>AviatorEvaluatorInstance. getFeatures()Returns current valid syntax feature set.static java.util.Set<Feature>Feature. getFullFeatures()Returns the full feature set.java.util.Set<Feature>Feature. getPrequires()Methods in com.googlecode.aviator with parameters of type Feature Modifier and Type Method Description static java.util.Set<Feature>Feature. asSet(Feature... args)Create 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 Constructor Description Feature(java.util.Set<Feature> prequires)Feature(java.util.Set<Feature> prequires, java.util.List<AviatorFunction> funcs)Value(java.util.Set<Feature> featureSet) -
Uses of Feature in com.googlecode.aviator.exception
Constructors in com.googlecode.aviator.exception with parameters of type Feature Constructor Description UnsupportedFeatureException(Feature feature) -
Uses of Feature in com.googlecode.aviator.parser
Fields in com.googlecode.aviator.parser with type parameters of type Feature Modifier and Type Field Description private java.util.Set<Feature>ExpressionParser. featureSetMethods in com.googlecode.aviator.parser with parameters of type Feature Modifier and Type Method Description private voidExpressionParser. ensureFeatureEnabled(Feature feature)
-