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

11 lines
306 B
Plaintext

digraph init {
node [shape=record]
inite [shape=circle,label="e",xlabel="init"]
initx [shape=circle,label="x"]
initbb0 [label="0|{0: // label|1: // line number information|2: ALOAD 0|3: INVOKESPECIAL java/lang/Object.<init> ()V|4: RETURN }"]
inite -> initbb0
initbb0 -> initx
}