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