// public methods /* Print out the version information. * @return the version of the parser. */ return fImmutableVersion;
Prints out the version number to System.out. This is needed for the build system. System.out.println(fVersion);
System.out.println(fVersion);