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