Changes between Version 1 and Version 2 of external
- Timestamp:
- 08/12/12 17:16:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
external
v1 v2 26 26 checklist(methodIsTypeSafe(Class), Methods). 27 27 }}} 28 29 {{{ 30 Verification types: 31 32 top 33 ____________/\____________ 34 / \ 35 / \ 36 oneWord twoWord 37 / | \ / \ 38 / | \ / \ 39 int float reference long double 40 / \ 41 / \____________ 42 / \ 43 / \ 44 uninitialized Object 45 / \ \ 46 / \ \ 47 uninitializedThis uninitialized(offset) +----------------------+ 48 | | 49 | Java class hierarchy | 50 | | 51 +----------------------+ 52 | 53 | 54 null 55 }}}