Package test

Class BatsTestVar


  • public final class BatsTestVar
    extends java.lang.Object
    BatsTestVar.java Sets a var and then gets the value, printing to stdout.
    Author:
    Andrew Clemons
    • Constructor Summary

      Constructors 
      Constructor Description
      BatsTestVar()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main entry point.
      • Methods inherited from class java.lang.Object

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

      • BatsTestVar

        public BatsTestVar()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Main entry point.
        Parameters:
        args -
        Throws:
        java.lang.Exception