BaseRecognizerGetRuleInvocationStack Method |
| Name | Description | |
|---|---|---|
| GetRuleInvocationStack |
Return IListT of the rules in your parser instance
leading up to a call to this method. You could override if
you want more details such as the file/line info of where
in the parser java code a rule is invoked.
| |
| GetRuleInvocationStack(StackTrace) |
A more general version of GetRuleInvocationStack where you can
pass in the StackTrace of, for example, a RecognitionException
to get it's rule stack trace.
|