Home
last modified time | relevance | path

Searched refs:getRuleInvocationStack (Results 1 – 1 of 1) sorted by relevance

/external/antlr/src/org/antlr/runtime/
DBaseRecognizer.java713 public List getRuleInvocationStack() { in getRuleInvocationStack() method in BaseRecognizer
715 return getRuleInvocationStack(new Throwable(), parserClassName); in getRuleInvocationStack()
725 public static List getRuleInvocationStack(Throwable e, in getRuleInvocationStack() method in BaseRecognizer