public interface  net.bytebuddy.matcher.ElementMatcher$Junction extends java.lang.Object implements net.bytebuddy.matcher.ElementMatcher
{
public abstract net.bytebuddy.matcher.ElementMatcher$Junction and(net.bytebuddy.matcher.ElementMatcher);
public abstract net.bytebuddy.matcher.ElementMatcher$Junction or(net.bytebuddy.matcher.ElementMatcher);
}