public class RegExprSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
ExpAction |
act
The action corresponding to this specification.
|
String |
nextState
The next state corresponding to this specification.
|
Token |
nsTok
If the next state specification was explicit in the previous case, then
this token is that of the identifier denoting the next state.
|
AbstractExpRegularExpression |
rexp
The regular expression of this specification.
|
| Constructor and Description |
|---|
RegExprSpec() |
public AbstractExpRegularExpression rexp
public ExpAction act
public String nextState
public Token nsTok
Copyright © 2017–2019 Philip Helger. All rights reserved.