All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.checkerframework.checker.regex.jdk.astub Maven / Gradle / Ivy

import org.checkerframework.checker.regex.qual.*;

package java.util.regex;

class Pattern {
    @Regex Pattern compile(@Regex String regex);
    Pattern compile(@Regex String regex, int flags);
    boolean matches(@Regex String regex, CharSequence input);
    @PolyRegex Matcher matcher(@PolyRegex Pattern this, CharSequence input);
    public static @Regex String quote(String s);
}

package java.lang;

class String {
    public @PolyRegex String intern(@PolyRegex String this);
    public boolean matches(@Regex String regex);
    public String replaceFirst(@Regex String regex, String replacement);
    public String replaceAll(@Regex String regex, String replacement);
    public String[] split(@Regex String regex, int limit);
    public String[] split(@Regex String regex);
    public @PolyRegex String toString(@PolyRegex String this);
}

package javax.swing.plaf.synth;

class DefaultSynthStyleFactory extends SynthStyleFactory {
    public synchronized void addStyle(DefaultSynthStyle style,
                         @Regex String path, int type) throws PatternSyntaxException;
}

package javax.swing;

public abstract class RowFilter {
    public static  RowFilter regexFilter(@Regex String regex,
                                                       int... indices);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy