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.ObjectThe option's value union
-
-
Field Summary
Fields Modifier and Type Field Description booleanboollongcachedNumberjava.util.Set<java.lang.Class<?>>classesEvalModeevalModejava.util.Set<Feature>featureSetjava.math.MathContextmathContextintnumber
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static Options.ValuefromClasses(java.util.Set<java.lang.Class<?>> classes)java.lang.StringtoString()
-
-
-
Method Detail
-
fromClasses
static Options.Value fromClasses(java.util.Set<java.lang.Class<?>> classes)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-