sp-03/test-output/staticFieldReadMethod.dot

11 lines
461 B
Plaintext
Raw Normal View History

2023-10-11 11:50:56 +00:00
digraph staticFieldReadMethod {
node [shape=record]
2023-10-15 20:24:23 +00:00
staticFieldReadMethode [shape=circle,label="e",xlabel="staticFieldReadMethod"]
staticFieldReadMethodx [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-15 20:24:23 +00:00
staticFieldReadMethode -> staticFieldReadMethodbb0
staticFieldReadMethodbb0 -> staticFieldReadMethodx
2023-10-11 11:50:56 +00:00
}