@NotThreadSafe @ParametersAreNonnullByDefault public final class LabelListFunnel extends Object implements Funnel<Label>
Funnel
Label
This funnel keeps a set of labels it has already been asked to funnel; when one has already been visited, this funnel does nothing.
InstructionGroupHasher.visitLabel(Label)
LabelListFunnel()
void
funnel(Label from, PrimitiveSink into)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LabelListFunnel()
public void funnel(Label from, PrimitiveSink into)
funnel
Funnel<Label>