Skip to content

Commit a759e63

Browse files
committed
Dump rxtype of QAST::Regex.
1 parent 080f0bf commit a759e63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/QAST/Regex.nqp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ class QAST::Regex is QAST::Node {
2323
method negate(*@value) { $!negate := @value[0] if @value; $!negate }
2424
method min(*@value) { $!min := @value[0] if @value; $!min }
2525
method max(*@value) { $!max := @value[0] if @value; $!max }
26+
27+
method dump_extra_node_info() {
28+
":rxtype($!rxtype)"
29+
}
2630
}
2731

0 commit comments

Comments
 (0)