org.unlaxer.parser.AfterParse Maven / Gradle / Ivy
package org.unlaxer.parser;
import org.unlaxer.Parsed;
import org.unlaxer.TokenKind;
import org.unlaxer.context.ParseContext;
public interface AfterParse{
public Parsed afterParse(ParseContext parseContext, Parsed parsed , TokenKind tokenKind, boolean invertMatch);
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy