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

com.firefly.template.parser.Statement Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
package com.firefly.template.parser;

public interface Statement {
	void parse(String content, JavaFileBuilder javaFileBuilder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy