Package org.eolang.opeo.jeo
Class JeoInstructions
- java.lang.Object
-
- org.eolang.opeo.jeo.JeoInstructions
-
public final class JeoInstructions extends Object
Class that represents the instructions provided by jeo maven plugin.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description JeoInstructions(org.eolang.jeo.representation.xmir.XmlMethod method)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instruction[]
instructions()
Parse instructions.String[]
instuctionNames()
-
-
-
Method Detail
-
instuctionNames
public String[] instuctionNames()
-
instructions
public Instruction[] instructions()
Parse instructions.- Returns:
- Instructions array.
-
-