Interface IOperation


public interface IOperation
An abstract definition of ATL VM operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<?>
    Returns the operation instructions.
    Returns the operation name.
  • Method Details

    • getName

      String getName()
      Returns the operation name.
      Returns:
      the operation name
    • getInstructions

      List<?> getInstructions()
      Returns the operation instructions.
      Returns:
      the operation instructions