Parents: | regexp |
Class | Superclass | Slots |
alternation | tuple | first second |
at-least | tuple | n |
concatenation | tuple | first second |
from-to | tuple | n m |
lookahead | tuple | term |
lookbehind | tuple | term |
negation | tuple | term |
options | tuple | on off |
star | tuple | term |
tagged-epsilon | tuple | tag |
with-options | tuple | tree options |
case-insensitive |
dotall |
multiline |
reversed-regexp |
unix-lines |
Word | Stack effect |
<times> | ( term times -- term' ) |
Word | Stack effect |
<alternation> | ( seq -- alternation ) |
<at-least> | ( n -- at-least ) |
<concatenation> | ( seq -- concatenation ) |
<from-to> | ( n m -- from-to ) |
<lookahead> | ( term -- lookahead ) |
<lookbehind> | ( term -- lookbehind ) |
<maybe> | ( term -- term' ) |
<negation> | ( term -- negation ) |
<options> | ( on off -- options ) |
<plus> | ( term -- term' ) |
<star> | ( term -- star ) |
<tagged-epsilon> | ( tag -- tagged-epsilon ) |
<with-options> | ( tree options -- with-options ) |
char-class | ( ranges ? -- term ) |
epsilon | ( -- value ) |
repetition | ( n term -- term' ) |
to-times | ( term n -- ast ) |
Word | Stack effect |
alternation? | ( object -- ? ) |
at-least? | ( object -- ? ) |
case-insensitive? | ( object -- ? ) |
concatenation? | ( object -- ? ) |
dotall? | ( object -- ? ) |
from-to? | ( object -- ? ) |
lookahead? | ( object -- ? ) |
lookbehind? | ( object -- ? ) |
multiline? | ( object -- ? ) |
negation? | ( object -- ? ) |
options? | ( object -- ? ) |
reversed-regexp? | ( object -- ? ) |
star? | ( object -- ? ) |
tagged-epsilon? | ( object -- ? ) |
unix-lines? | ( object -- ? ) |
with-options? | ( object -- ? ) |