Constructor and Description |
---|
Events() |
Modifier and Type | Method and Description |
---|---|
void |
errorPhraseRemoved(Symbol error) |
void |
missingTokenInserted(Symbol token) |
void |
misspelledTokenReplaced(Symbol token) |
void |
scannerError(Scanner.Exception e) |
void |
syntaxError(Symbol token) |
void |
unexpectedTokenRemoved(Symbol token) |
public void scannerError(Scanner.Exception e)
public void syntaxError(Symbol token)
public void unexpectedTokenRemoved(Symbol token)
public void missingTokenInserted(Symbol token)
public void misspelledTokenReplaced(Symbol token)
public void errorPhraseRemoved(Symbol error)
Copyright © 2021 Soot OSS. All rights reserved.