This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-03/test-output/<init>.dot

10 lines
332 B
Text

digraph init {
node [shape=record]
"initbb-1" [shape=circle,label="e",xlabel="init"]
"initbb-2" [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 }"]
"initbb-1" -> "initbb0"
"initbb0" -> "initbb-2"
}