| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.exception |
| Modifier and Type | Field and Description |
|---|---|
Set<Feature> |
Options.Value.featureSet |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
Feature.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Feature> |
Feature.asSet(Feature... args)
Create a feature set from arguments.
|
static Set<Feature> |
Feature.getCompatibleFeatures()
Returns the feature set that is compatible with aviator early versions(before 5.0).
|
Set<Feature> |
AviatorEvaluatorInstance.getFeatures()
Returns current valid syntax feature set.
|
static Set<Feature> |
Feature.getFullFeatures()
Returns the full feature set.
|
Set<Feature> |
Feature.getPrequires() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Feature> |
Feature.asSet(Feature... args)
Create 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 and Description |
|---|
Value(Set<Feature> featureSet) |
| Constructor and Description |
|---|
UnsupportedFeatureException(Feature feature) |
Copyright © 2010–2022. All rights reserved.