sp-03/test-output/staticFieldReadMethod.dot

11 lines
487 B
Plaintext
Raw Normal View History

2023-10-11 11:50:56 +00:00
digraph staticFieldReadMethod {
node [shape=record]
2023-10-18 09:59:28 +00:00
"staticFieldReadMethodbb-1" [shape=circle,label="e",xlabel="staticFieldReadMethod"]
"staticFieldReadMethodbb-2" [shape=circle,label="x"]
"staticFieldReadMethodbb0" [label="0|{0: // label|1: // line number information|2: GETSTATIC ExampleClass.staticField Ljava/lang/String;|3: ARETURN }"]
2023-10-11 11:50:56 +00:00
2023-10-18 09:59:28 +00:00
"staticFieldReadMethodbb-1" -> "staticFieldReadMethodbb0"
"staticFieldReadMethodbb0" -> "staticFieldReadMethodbb-2"
2023-10-11 11:50:56 +00:00
}