Uses of Class
eu.bandm.tools.lljava.absy.ControlFlowSynthesizer
Packages that use ControlFlowSynthesizer
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
-
Uses of ControlFlowSynthesizer in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy with parameters of type ControlFlowSynthesizerModifier and TypeMethodDescriptionvoid
VariableFinder.find
(ControlFlowSynthesizer synth) VariableFinder.Equalizer.process
(ControlFlowSynthesizer synth, VariableFinder.Snapshot initial) Constructors in eu.bandm.tools.lljava.absy with parameters of type ControlFlowSynthesizer -
Uses of ControlFlowSynthesizer in eu.bandm.tools.lljava.codec
Constructors in eu.bandm.tools.lljava.codec with parameters of type ControlFlowSynthesizerModifierConstructorDescriptionprotected
InstructionDecoder
(ControlFlowSynthesizer cfs, byte[] code)