Package com.googlecode.aviator
Class Options.Value
java.lang.Object
com.googlecode.aviator.Options.Value
- Enclosing class:
Options
The option's value union
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
long
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Options.Value
fromClasses
(Set<Class<?>> classes) toString()
-
Field Details
-
bool
public boolean bool -
mathContext
-
number
public int number -
featureSet
-
classes
-
evalMode
-
cachedNumber
public long cachedNumber
-
-
Constructor Details
-
Value
-
Value
public Value() -
Value
-
Value
public Value(boolean bool) -
Value
-
Value
public Value(int n)
-
-
Method Details