Class ControlFlowInfo
- java.lang.Object
-
- org.teavm.backend.wasm.debug.info.ControlFlowInfo
-
public class ControlFlowInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ControlFlowInfo(FunctionControlFlow[] functions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(java.io.PrintStream out)FunctionControlFlowfind(int address)java.util.List<? extends FunctionControlFlow>functions()
-
-
-
Constructor Detail
-
ControlFlowInfo
public ControlFlowInfo(FunctionControlFlow[] functions)
-
-
Method Detail
-
functions
public java.util.List<? extends FunctionControlFlow> functions()
-
find
public FunctionControlFlow find(int address)
-
dump
public void dump(java.io.PrintStream out)
-
-