Class ExpressionTest.AllType

  • Enclosing class:
    ExpressionTest

    public static class ExpressionTest.AllType
    extends java.lang.Object
    A class with a field for each type of interest.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean b  
      java.math.BigDecimal bd  
      java.math.BigInteger bi  
      char c  
      double d  
      float f  
      int i  
      long l  
      java.lang.Object o  
      short s  
      java.lang.String str  
      byte y  
    • Constructor Summary

      Constructors 
      Constructor Description
      AllType​(boolean b, byte y, char c, short s, int i, long l, float f, double d, java.math.BigDecimal bd, java.math.BigInteger bi, java.lang.String str, java.lang.Object o)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • b

        public final boolean b
      • y

        public final byte y
      • c

        public final char c
      • s

        public final short s
      • i

        public final int i
      • l

        public final long l
      • f

        public final float f
      • d

        public final double d
      • bd

        public final java.math.BigDecimal bd
      • bi

        public final java.math.BigInteger bi
      • str

        public final java.lang.String str
      • o

        public final java.lang.Object o
    • Constructor Detail

      • AllType

        public AllType​(boolean b,
                       byte y,
                       char c,
                       short s,
                       int i,
                       long l,
                       float f,
                       double d,
                       java.math.BigDecimal bd,
                       java.math.BigInteger bi,
                       java.lang.String str,
                       java.lang.Object o)