Attributes
majorVersionSource Codeshared Integer majorVersion

The Ceylon language major version.

majorVersionBinarySource Codeshared Integer majorVersionBinary

The major version of the code generated for the underlying runtime.

minorVersionSource Codeshared Integer minorVersion

The Ceylon language minor version.

minorVersionBinarySource Codeshared Integer minorVersionBinary

The minor version of the code generated for the underlying runtime.

releaseVersionSource Codeshared Integer releaseVersion

The Ceylon language release version.

stringSource Codeshared actual String string

A developer-friendly string representing the instance. Concatenates the name of the concrete class of the instance with the hash of the instance. Subclasses are encouraged to refine this implementation to produce a more meaningful representation.

versionSource Codeshared String version

The Ceylon language version.

versionNameSource Codeshared String versionName

The Ceylon language release name.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object