10 lines
306 B
Text
10 lines
306 B
Text
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
|
|
}
|