Uses of Class
org.teavm.ast.ControlFlowEntry
Packages that use ControlFlowEntry
Package
Description
-
Uses of ControlFlowEntry in org.teavm.ast.analysis
Methods in org.teavm.ast.analysis that return ControlFlowEntry -
Uses of ControlFlowEntry in org.teavm.backend.javascript.decompile
Fields in org.teavm.backend.javascript.decompile declared as ControlFlowEntryConstructors in org.teavm.backend.javascript.decompile with parameters of type ControlFlowEntryModifierConstructorDescriptionPreparedMethod(MethodHolder method, MethodNode node, Generator generator, boolean async, ControlFlowEntry[] cfg)
-
Uses of ControlFlowEntry in org.teavm.cache
Fields in org.teavm.cache declared as ControlFlowEntryMethods in org.teavm.cache that return ControlFlowEntryMethods in org.teavm.cache with parameters of type ControlFlowEntryModifier and TypeMethodDescriptionvoid
AstIO.write(VarDataOutput output, ControlFlowEntry[] cfg)
Constructors in org.teavm.cache with parameters of type ControlFlowEntry -
Uses of ControlFlowEntry in org.teavm.model.util
Methods in org.teavm.model.util that return ControlFlowEntryModifier and TypeMethodDescriptionstatic ControlFlowEntry[]
ProgramUtils.getLocationCFG(Program program)