JParse constructor

JParse(
  1. String? pattern,
  2. DynamicToken dtoken, [
  3. dynamic newStates,
  4. List<List<String>>? constants,
])

Implementation

JParse(String? pattern, this.dtoken, [newStates, this.constants])
    : super(pattern, dtoken.token, newStates);