expectedAt

abstract fun expectedAt(goalRuleName: String, inputText: String, position: Int, automatonKind: AutomatonKind): Set<RuntimeRule>

list of non-terminal or terminal runtime rules expected at the position

Throws