Class Options.Value

  • Enclosing class:
    Options

    public static class Options.Value
    extends java.lang.Object
    The option's value union
    • Field Detail

      • bool

        public boolean bool
      • mathContext

        public java.math.MathContext mathContext
      • number

        public int number
      • featureSet

        public java.util.Set<Feature> featureSet
      • classes

        public java.util.Set<java.lang.Class<?>> classes
      • cachedNumber

        public long cachedNumber
    • Constructor Detail

      • Value

        public Value​(EvalMode evalMode)
      • Value

        public Value()
      • Value

        public Value​(java.util.Set<Feature> featureSet)
      • Value

        public Value​(boolean bool)
      • Value

        public Value​(java.math.MathContext mathContext)
      • Value

        public Value​(int n)
    • Method Detail

      • fromClasses

        static Options.Value fromClasses​(java.util.Set<java.lang.Class<?>> classes)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object