public interface IOperation
An abstract definition of ATL VM operations.
-
Method Summary
Returns the operation instructions.
Returns the operation name.
-
Method Details
-
getName
Returns the operation name.
- Returns:
- the operation name
-
getInstructions
List<?> getInstructions()
Returns the operation instructions.
- Returns:
- the operation instructions