Class Version


  • public class Version
    extends java.lang.Object
    This class defines the version number of the parser.
    Version:
    $Id: Version.java 446761 2006-09-15 21:59:29Z mrglavas $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String fVersion
      Deprecated.
      getVersion() should be used instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVersion()  
      static void main​(java.lang.String[] argv)
      Prints out the version number to System.out.
      • Methods inherited from class java.lang.Object

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

      • fVersion

        public static java.lang.String fVersion
        Deprecated.
        getVersion() should be used instead.
        Version string.
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
      • main

        public static void main​(java.lang.String[] argv)
        Prints out the version number to System.out. This is needed for the build system.