evaluate method

bool evaluate(
  1. String input
)

Implementation

bool evaluate(String input) => _eNFA.evaluate(input);