IdentifierExpression constructor
const
IdentifierExpression(
- List<
String> reservedWords, - SemanticAction<
bool> identStart, - SemanticAction<
bool> identCont
Implementation
const IdentifierExpression(
this.reservedWords, this.identStart, this.identCont);