List of usage examples for org.objectweb.asm.tree LabelNode subclass-usage
From source file br.usp.each.saeg.badua.core.internal.instr.LabelFrameNode.java
public class LabelFrameNode extends LabelNode { private final Set<FrameNode> frames; public LabelFrameNode() { frames = new HashSet<FrameNode>();