org.infinispan.ppg.generator.Resolvable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-protocol-parser-generator-maven-plugin
Show all versions of infinispan-protocol-parser-generator-maven-plugin
Generates an io.netty.handler.codec.ByteToMessageDecoder based on a grammar
package org.infinispan.ppg.generator;
import java.util.List;
public interface Resolvable {
String qualifiedName();
String sourceName();
Machine.State addStates(Machine.State prev, Machine.State target, Machine machine, Grammar grammar, List ruleStack, Reference reference);
String analyzeType(Grammar grammar);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy