java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.statement.AbstractStatement
org.benf.cfr.reader.bytecode.analysis.parse.statement.CompoundStatement
All Implemented Interfaces:
HasByteCodeLoc, DeepCloneable<Statement>, Statement, ComparableUnderEC, Dumpable

public class CompoundStatement extends AbstractStatement
This should not be used to aggregate statements, but only to produce statements when multiple statements are generated by a single opcode. (eg dup).