Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

kernel.misc

Class KL_SHARED_EIFFEL_COMPILER


Known direct descendants

ET_EIFFEL_SCANNER_SKELETON

Features

Invariants

indexing

description

Shared Eiffel compiler used to compile this program

pattern

Singleton

library

Gobo Eiffel Kernel Library

copyright

Copyright (c) 2001, Eric Bezault and others

license

Eiffel Forum License v2 (see forum.txt)

date

$Date: 2003/02/07 12:50:16 $

revision

$Revision: 1.6 $

class

KL_SHARED_EIFFEL_COMPILER

feature -- Acess

eiffel_compiler: KL_EIFFEL_COMPILER

-- Eiffel compiler used to compile this program

ensure
eiffel_compiler_not_void: Result /= Void

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end