aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Parametric/Select.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Parametric/Select.php')
-rw-r--r--src/Structure/Instructions/Instrs/Parametric/Select.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Parametric/Select.php b/src/Structure/Instructions/Instrs/Parametric/Select.php
index dd09ef3..10d6c8c 100644
--- a/src/Structure/Instructions/Instrs/Parametric/Select.php
+++ b/src/Structure/Instructions/Instrs/Parametric/Select.php
@@ -16,4 +16,9 @@ final readonly class Select extends Instr
public array $types,
) {
}
+
+ public static function opName(): string
+ {
+ return "select";
+ }
}