(* Title: HOL/MicroJava/J/Value.thy Author: David von Oheimb, Technische Universitaet Muenchen *) section ‹Java Values› theory Value imports Type begin typedecl loc' ― ‹locations, i.e. abstract references on objects› datatype loc = XcptRef xcpt ― ‹special locations for pre-allocated system exceptions› | Loc loc' ― ‹usual locations (references on objects)›