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

de.firemage.autograder.treeg.ast.CharacterClassEntry Maven / Gradle / Ivy

package de.firemage.autograder.treeg.ast;

import de.firemage.autograder.treeg.TreePrinter;

public sealed interface CharacterClassEntry permits RegExCharacter, CharacterRange {
    String toRegEx();
    void toTree(TreePrinter printer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy