Package | Description |
---|---|
org.stekikun.dolmen.syntax |
Modifier and Type | Method and Description |
---|---|
Lexer.Entry.Builder |
Lexer.Entry.Builder.add(Located<Regular> regular,
Extent loc)
Adds the clause formed by the given regular expression
and semantic action
|
Lexer.Entry.Builder |
Lexer.Entry.Builder.add(Regular regular,
String inlined)
Adds the clause formed by the given regular expression
and inlined semantic action
|
Lexer.Entry.Builder |
Lexer.Entry.Builder.setShortest()
Use the shortest-match rule for this entry
|