StartRuleDoesNotConsumeFullPattern

@uml Fixes https://github.com/antlr/antlr4/issues/413 // "Tree pattern compilation doesn't check for a complete parse"

class StartRuleDoesNotConsumeFullPattern : RuntimeException

Inherited Members

From RuntimeException

elementDescription
string elementDescription;
Undocumented in source.
msg
string msg()
Undocumented in source. Be warned that the author may not have intended to support it.
initCause
void initCause(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
getCause
Exception getCause()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta