// 
// Decompiled by Procyon v0.6.0
// 

package org.jline.reader;

import java.util.List;

public interface Completer
{
    void complete(final LineReader p0, final ParsedLine p1, final List<Candidate> p2);
}
