link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.percederberg.grammatica.ant;
|
||||
|
||||
import net.percederberg.grammatica.Grammar;
|
||||
|
||||
public interface ProcessingElement {
|
||||
void process(Grammar grammar) throws RuntimeException;
|
||||
|
||||
void validate() throws RuntimeException;
|
||||
}
|
||||
Reference in New Issue
Block a user