public abstract class Version
extends java.lang.Object
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
abstract int |
major()
Marks major changes in the output format of the files produced by the
compiler.
|
abstract int |
minor()
Indicates a change in the compiler that does not affect the output
format.
|
abstract java.lang.String |
name()
The name of the language.
|
abstract int |
patch_level()
Denote minor changes and bugfixes to the compiler.
|
java.lang.String |
toString() |
public abstract java.lang.String name()
public abstract int major()
public abstract int minor()
public abstract int patch_level()
public java.lang.String toString()
toString
in class java.lang.Object