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

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

The newest version!
package com.firefly.template.parser;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy