Click or drag to resize

BaseRecognizerGetRuleInvocationStack Method

Overload List
  NameDescription
Public methodGetRuleInvocationStack
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.
Public methodStatic memberGetRuleInvocationStack(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.
Top
See Also