temper.std.regex.Sequence Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of temper-std Show documentation
Show all versions of temper-std Show documentation
Optional support library provided with Temper
package temper.std.regex;
import java.util.List;
public final class Sequence implements Regex {
public final List items;
public Sequence(List items__177) {
this.items = items__177;
}
public List getItems() {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy