|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.main.Version
public abstract class Version
This class encapsulates the version of the compiler.
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |