![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fge.grappa.debugger.jooq.Tables Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grappa-debugger Show documentation
Show all versions of grappa-debugger Show documentation
GUI application to debug grappa parsers
The newest version!
package com.github.fge.grappa.debugger.jooq;
import com.github.fge.grappa.debugger.jooq.tables.Matchers;
import com.github.fge.grappa.debugger.jooq.tables.Nodes;
public final class Tables
{
public static final Matchers MATCHERS = Matchers.MATCHERS;
public static final Nodes NODES = Nodes.NODES;
private Tables()
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy