Package org.eolang.opeo.compilation
Class JeoCompiler
java.lang.Object
org.eolang.opeo.compilation.JeoCompiler
Compiler of high-level EO programs to low-level EO suitable for jeo-maven-plugin.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.jcabi.xml.XML
compile()
Compiles the high-level EO program to low-level EO suitable for jeo-maven-plugin.
-
Constructor Details
-
JeoCompiler
public JeoCompiler(com.jcabi.xml.XML opeo) Constructor.- Parameters:
opeo
- The high-level EO program generated by opeo-maven-plugin.
-
-
Method Details
-
compile
public com.jcabi.xml.XML compile()Compiles the high-level EO program to low-level EO suitable for jeo-maven-plugin.- Returns:
- The low-level EO program suitable for jeo-maven-plugin.
-