|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object polyglot.main.Version polyglot.ext.jl.Version
public class Version
Version information for the base compiler.
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. |
java.lang.String |
name()
The name of the language. |
int |
patch_level()
Denote minor changes and bugfixes to the compiler. |
Methods inherited from class polyglot.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 java.lang.String name()
Version
name
in class Version
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |