Package com.googlecode.aviator
Class Options.Value
- java.lang.Object
-
- com.googlecode.aviator.Options.Value
-
- Enclosing class:
- Options
public static class Options.Value extends java.lang.Object
The option's value union
-
-
Field Summary
Fields Modifier and Type Field Description boolean
bool
long
cachedNumber
java.util.Set<java.lang.Class<?>>
classes
EvalMode
evalMode
java.util.Set<Feature>
featureSet
java.math.MathContext
mathContext
int
number
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static Options.Value
fromClasses(java.util.Set<java.lang.Class<?>> classes)
java.lang.String
toString()
-
-
-
Method Detail
-
fromClasses
static Options.Value fromClasses(java.util.Set<java.lang.Class<?>> classes)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-