sp-03/test-output/staticFieldReadMethod.dot
2023-10-15 22:24:23 +02:00

11 lines
461 B
Plaintext

digraph staticFieldReadMethod {
node [shape=record]
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 }"]
staticFieldReadMethode -> staticFieldReadMethodbb0
staticFieldReadMethodbb0 -> staticFieldReadMethodx
}