Difference between revisions of "Se"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(change category to Book)
(added eiffeltest)
(7 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
* [[compile_to_jvm|'''java''']]: the compiler that produces Java bytecode
 
* [[compile_to_jvm|'''java''']]: the compiler that produces Java bytecode
 
* [[eiffeldoc|'''doc''']]: the project documentator that produces HTML
 
* [[eiffeldoc|'''doc''']]: the project documentator that produces HTML
  +
* [[eiffeltest|'''test''']]: the unit test tool
 
* [[short|'''short''']]: the class documentator that produces an interface summary
 
* [[short|'''short''']]: the class documentator that produces an interface summary
 
* [[pretty|'''pretty''']]: the class beautifier
 
* [[pretty|'''pretty''']]: the class beautifier
Line 20: Line 21:
 
* [[ace_check|'''ace_check''']]: the [[ACE]] file checker
 
* [[ace_check|'''ace_check''']]: the [[ACE]] file checker
 
* [[print_jvm_class|'''javap''']]: the java bytecode disassembler
 
* [[print_jvm_class|'''javap''']]: the java bytecode disassembler
  +
* [[extract_internals|'''x_int''']]: the introspectable objects extractor
   
 
The options are those of the respective tools.
 
The options are those of the respective tools.

Revision as of 15:22, 10 May 2006


se is, starting from the 2.2 release, the only tool you need to know of. It is also the only tools that need to be put in your load path ($PATH on Unix/Linux, %PATH% on Windows...)

Synopsis

  • se <tool> [options]
  • se -help

The tool can be either one of the standard tools, either one you add for your own purposes. The standard tools are:

  • c: the standard compiler that creates an executable using a C compiler as back-end
  • c2c: the standard compiler core, that produces C files
  • java: the compiler that produces Java bytecode
  • doc: the project documentator that produces HTML
  • test: the unit test tool
  • short: the class documentator that produces an interface summary
  • pretty: the class beautifier
  • find: the class finder
  • class_check: the class syntax and semantics checker
  • ace_check: the ACE file checker
  • javap: the java bytecode disassembler
  • x_int: the introspectable objects extractor

The options are those of the respective tools.