Package org.eolang.maven
Class BinarizeParse
- java.lang.Object
-
- org.eolang.maven.BinarizeParse
-
public final class BinarizeParse extends Object
Parse rust inserts.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description BinarizeParse(File generated, File portal, Names names, File target)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Buildable>
exec(Collection<ForeignTojo> tojos)
Parse ffi nodes in tojos.
-
-
-
Field Detail
-
DIR
public static final Path DIR
The directory where to binarize to.
-
-
Method Detail
-
exec
public Collection<Buildable> exec(Collection<ForeignTojo> tojos) throws IOException
Parse ffi nodes in tojos.- Parameters:
tojos
- Tojos where to parse ffi node,- Returns:
- Collection of
FFINode
s that will be then also compiled. - Throws:
IOException
- if any issue with IO.
-
-