Uses of Class
org.teavm.ast.ControlFlowEntry
-
Packages that use ControlFlowEntry Package Description org.teavm.ast.analysis org.teavm.backend.javascript.decompile org.teavm.cache org.teavm.model.util -
-
Uses of ControlFlowEntry in org.teavm.ast.analysis
Methods in org.teavm.ast.analysis that return ControlFlowEntry Modifier and Type Method Description static ControlFlowEntry[]LocationGraphBuilder. build(Statement node) -
Uses of ControlFlowEntry in org.teavm.backend.javascript.decompile
Fields in org.teavm.backend.javascript.decompile declared as ControlFlowEntry Modifier and Type Field Description ControlFlowEntry[]PreparedMethod. cfgConstructors in org.teavm.backend.javascript.decompile with parameters of type ControlFlowEntry Constructor Description PreparedMethod(MethodHolder method, MethodNode node, Generator generator, boolean async, ControlFlowEntry[] cfg) -
Uses of ControlFlowEntry in org.teavm.cache
Fields in org.teavm.cache declared as ControlFlowEntry Modifier and Type Field Description ControlFlowEntry[]AstCacheEntry. cfgMethods in org.teavm.cache that return ControlFlowEntry Modifier and Type Method Description ControlFlowEntry[]AstIO. readControlFlow(VarDataInput input)Methods in org.teavm.cache with parameters of type ControlFlowEntry Modifier and Type Method Description voidAstIO. write(VarDataOutput output, ControlFlowEntry[] cfg)Constructors in org.teavm.cache with parameters of type ControlFlowEntry Constructor Description AstCacheEntry(RegularMethodNode method, ControlFlowEntry[] cfg) -
Uses of ControlFlowEntry in org.teavm.model.util
Methods in org.teavm.model.util that return ControlFlowEntry Modifier and Type Method Description static ControlFlowEntry[]ProgramUtils. getLocationCFG(Program program)
-