summaryrefslogtreecommitdiff
path: root/dx/tests/028-class-attrib-EnclosingMethod/expected.txt
blob: 15e9524701b41b21308f3a156cc3274d58afead5 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
reading small-class-1.txt...
begin classfile
magic: cafebabe
minor_version: 0000
major_version: 002e
constant_pool_count: 0006

constant_pool:
  0001: utf8{"Small"}
  0002: utf8{"java/lang/Object"}
  0003: type{Small}
  0004: type{java.lang.Object}
  0005: utf8{"EnclosingMethod"}
end constant_pool
access_flags: public|super
this_class: type{Small}
super_class: type{java.lang.Object}
interfaces_count: 0000
fields_count: 0000
methods_count: 0000
attributes_count: 0001

attributes[0]:
  name: EnclosingMethod
  length: 00000004
  class: type{Small}
  method: (none)
end attributes[0]
end classfile
reading small-class-2.txt...
begin classfile
magic: cafebabe
minor_version: 0000
major_version: 002e
constant_pool_count: 0009

constant_pool:
  0001: utf8{"Small"}
  0002: utf8{"java/lang/Object"}
  0003: type{Small}
  0004: type{java.lang.Object}
  0005: utf8{"EnclosingMethod"}
  0006: utf8{"zorp"}
  0007: utf8{"()V"}
  0008: nat{zorp:()V}
end constant_pool
access_flags: public|super
this_class: type{Small}
super_class: type{java.lang.Object}
interfaces_count: 0000
fields_count: 0000
methods_count: 0000
attributes_count: 0001

attributes[0]:
  name: EnclosingMethod
  length: 00000004
  class: type{Small}
  method: nat{zorp:()V}
end attributes[0]
end classfile