Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionvoid
VariableFinder.find
(ControlFlowSynthesizer synth) VariableFinder.Equalizer.process
(ControlFlowSynthesizer synth, VariableFinder.Snapshot initial) -
Uses of ControlFlowSynthesizer in eu.bandm.tools.lljava.codec
ModifierConstructorDescriptionprotected
InstructionDecoder
(ControlFlowSynthesizer cfs, byte[] code)