1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
%TGIF 2.16-p10
state(0,32,100,0,0,0,4,1,9,1,1,0,0,1,0,1,0,'Courier',0,12,0,8,0,10,0,0,1,0,0,16,0,0,1,1,1,0,1088,1408).
%
% @(#)$Header: /cvsroot/beanshell/BeanShell/docs/images/caller.obj,v 1.1 2002/05/20 23:18:46 patn Exp $
% %W%
%
page(1,"").
text('black',272,64,'Courier',0,18,10,0,0,1,230,190,0,0,15,4,0,0,0,0,[
"foo() ",
"{",
" x=2;",
" bar() ",
" {",
" x=1;",
" super.x; // 2",
" this.caller.x; // 3",
" }",
"}"]).
text('black',104,44,'Courier',0,18,2,0,0,1,60,38,22,0,15,4,0,0,0,0,[
"x=3;",
"foo();"]).
box('black',68,28,180,280,0,1,1,32,0,0,0,[
]).
box('black',248,28,532,280,0,1,1,33,0,0,0,[
]).
poly('black',4,[
311,188,268,188,268,112,287,112],1,1,1,34,0,0,8,0,8,3,0,
"0",[
]).
poly('black',4,[
311,204,80,204,80,52,97,52],1,1,1,35,0,0,8,0,8,3,0,
"0",[
]).
text('black',192,48,'Courier',0,12,1,0,0,1,49,14,43,0,11,3,0,0,0,0,[
"invokes"]).
poly('black',2,[
170,72,264,72],1,1,1,58,0,0,0,0,8,3,0,
"0",[
]).
|