Package java_cup
Class version
java.lang.Object
java_cup.version
This class contains version and authorship information.
It contains only static data elements and basically just a central
place to put this kind of information so it can be updated easily
for each release.
Version numbers used here are broken into 3 parts: major, minor, and
update, and are written as v.. (e.g. v0.10a).
Major numbers will change at the time of major reworking of some
part of the system. Minor numbers for each public release or
change big enough to cause incompatibilities. Finally update
letter will be incremented for small bug fixes and changes that
probably wouldn't be noticed by a user.
- Version:
- last updated: 12/22/97 [CSA]
- Author:
- Frank Flannery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the authorstatic final int
The major version number.static final int
The minor version number.static final String
The command name normally used to invoke this programstatic final String
Full title of the systemstatic final String
The update letter.static final String
String for the current version. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
major
public static final int majorThe major version number.- See Also:
-
minor
public static final int minorThe minor version number.- See Also:
-
update
The update letter.- See Also:
-
version_str
String for the current version.- See Also:
-
title_str
Full title of the system- See Also:
-
author_str
Name of the author- See Also:
-
program_name
The command name normally used to invoke this program- See Also:
-
-
Constructor Details
-
version
public version()
-