summaryrefslogtreecommitdiff
path: root/dx/tests/026-field-attrib-Signature/expected.txt
blob: 228989a77b8011fa558dcd35a4ac17cb654e81ef (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
reading small-class.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{"Signature"}
  0006: utf8{"a"}
  0007: utf8{"I"}
  0008: utf8{"LYo;"}
end constant_pool
access_flags: public|super
this_class: type{Small}
super_class: type{java.lang.Object}
interfaces_count: 0000
fields_count: 0001

fields[0]:
  access_flags: public
  name: a
  descriptor: I
  attributes_count: 0001
  
  attributes[0]:
    name: Signature
    length: 00000002
    signature: string{"LYo;"}
  end attributes[0]
end fields[0]
methods_count: 0000
attributes_count: 0000
end classfile