SIGCSE 2005, St. Louis, MO
Intermediate Language Level in DrJava
Can add
- Explicit constructors
- packages/import
- static fields -- mainly to support the Singleton pattern.'
- Casts -- the need is minimized due to autoboxing.
- null values
- Exceptions
- Anonymous inner classes -- to support lambda function-like constructs.
- Interfaces
http://www.exciton.cs.rice.edu/workshops/sigcse05
copyright 2005 by Robert Cartwright, Dung Nguyen and
Stephen Wong