public class ParserContext extends Object
| Constructor and Description |
|---|
ParserContext(String text,
boolean traceOn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorIndex() |
Stack<String> |
getErrorStack() |
void |
pop(String function,
boolean result) |
void |
push(String rulename) |
void |
push(String rulename,
String trace) |
Copyright © 2023 WSO2. All rights reserved.