File: MODULES

package info (click to toggle)
shoop 0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 328 kB
  • ctags: 41
  • sloc: sh: 1,138; makefile: 209; perl: 44
file content (10 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Several modules expand shoop so it can do various object oriented things:

introspect.sh  - list all methods and variables that are defined on a class
final.sh       - make class variables and methods final
serialize.sh   - dump out objects in a format that can be re-loaded later
prettyprint.sh - output a c++/java like represantation of a class
use.sh         - imports shoop modules, and keeps multiple definitions
		 from happening.
destroy.sh     - destroy objects
thread.sh      - pseudothreads