|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jltools.main.Version | +--jltools.ext.jl.Version
Constructor Summary | |
Version()
|
Method Summary | |
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. |
int |
patch_level()
Denote minor changes and bugfixes to the compiler. |
Methods inherited from class jltools.main.Version |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Version()
Method Detail |
public int major()
Version
major
in class Version
public int minor()
Version
minor
in class Version
public int patch_level()
Version
patch_level
in class Version
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |