public static final class Lexer.Clause extends Object
Lexer.Entry
is made of a number of clauses, and a clause's
semantic action can be taken when the input matches the
clause's regular expression.Modifier and Type | Field and Description |
---|---|
Extent |
action
The Java action which can be executed when this clauses matches
|
Located<Regular> |
regular
The regular expression of this clause
|
public final Extent action