Package org.teavm.ast
Class ControlFlowEntry
- java.lang.Object
-
- org.teavm.ast.ControlFlowEntry
-
public class ControlFlowEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description TextLocationfromTextLocation[]to
-
Constructor Summary
Constructors Constructor Description ControlFlowEntry(TextLocation from, TextLocation[] to)
-
-
-
Field Detail
-
from
public final TextLocation from
-
to
public final TextLocation[] to
-
-
Constructor Detail
-
ControlFlowEntry
public ControlFlowEntry(TextLocation from, TextLocation[] to)
-
-