Class JVM.Test

  • Enclosing class:
    JVM

    static class JVM.Test
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte b  
      private boolean bool  
      private char c  
      private double d  
      private float f  
      private int i  
      private long l  
      private java.lang.Object o  
      private short s  
    • Constructor Summary

      Constructors 
      Constructor Description
      Test()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • o

        private java.lang.Object o
      • c

        private char c
      • b

        private byte b
      • s

        private short s
      • i

        private int i
      • l

        private long l
      • f

        private float f
      • d

        private double d
      • bool

        private boolean bool
    • Constructor Detail

      • Test

        Test()