10 lines
445 B
Text
10 lines
445 B
Text
digraph whileTrueMethod {
|
|
|
|
node [shape=record]
|
|
"whileTrueMethodbb-1" [shape=circle,label="e",xlabel="whileTrueMethod"]
|
|
"whileTrueMethodbb-2" [shape=circle,label="e",xlabel="whileTrueMethod"]
|
|
"whileTrueMethodbb0" [label="0|{0: // label|1: // line number information|2: // stack frame map|3: IINC 1 1|4: GOTO 0}"]
|
|
|
|
"whileTrueMethodbb-1" -> "whileTrueMethodbb0"
|
|
"whileTrueMethodbb0" -> "whileTrueMethodbb0" [label="T"]
|
|
}
|