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 Details

    • JeoInstructions

      public JeoInstructions(org.eolang.jeo.representation.xmir.XmlMethod method)
      Constructor.
      Parameters:
      method - Method.
  • Method Details

    • instuctionNames

      public String[] instuctionNames()
    • instructions

      public Instruction[] instructions()
      Parse instructions.
      Returns:
      Instructions array.