Package ghidra.sleigh.grammar
Class ParsingEnvironment
java.lang.Object
ghidra.sleigh.grammar.ParsingEnvironment
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptiongetErrorHeader(org.antlr.runtime.RecognitionException e) getErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames, LineArrayListWriter mywriter) getLexerErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames) intgetParserErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames) intgetTokenErrorDisplay(org.antlr.runtime.Token t) voidvoid
- 
Constructor Details- 
ParsingEnvironment
- 
ParsingEnvironment
 
- 
- 
Method Details- 
getLexingErrorspublic int getLexingErrors()
- 
getParsingErrorspublic int getParsingErrors()
- 
lexingErrorpublic void lexingError()
- 
parsingErrorpublic void parsingError()
- 
getLocator
- 
getWriter
- 
getErrorHeader
- 
getLexerErrorMessage
- 
getParserErrorMessage
- 
getErrorMessagepublic String getErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames, LineArrayListWriter mywriter) 
- 
getTokenErrorDisplay
- 
format
 
-