Package org.mozilla.javascript
Class ImplementationVersion
- java.lang.Object
-
- org.mozilla.javascript.ImplementationVersion
-
public class ImplementationVersion extends java.lang.Object
This class is a singleton that just exists to serve up the implementation version. This should encourage that it's safely but lazily loaded just once per VM.
-
-
Field Summary
Fields Modifier and Type Field Description private static ImplementationVersion
version
private java.lang.String
versionString
-
Constructor Summary
Constructors Modifier Constructor Description private
ImplementationVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
get()
-
-
-
Field Detail
-
versionString
private java.lang.String versionString
-
version
private static final ImplementationVersion version
-
-