| Package | Description |
|---|---|
| org.antlr.v4.runtime |
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeMetaData.DefaultListener
This class provides a default implementation of
RuntimeMetaData.Listener which
responds to mismatched versions by throwing the provided
RuntimeMetaData.VersionMismatchException if the reported version mismatch
indicates the versions differ by more than the major and
minor version components. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeMetaData.addListener(RuntimeMetaData.Listener listener)
Register a listener to receive notifications of mismatched ANTLR
versions.
|
static boolean |
RuntimeMetaData.removeListener(RuntimeMetaData.Listener listener)
Remove a specific listener registered to receive notifications of
mismatched ANTLR versions.
|
Copyright © 1992–2014 ANTLR. All rights reserved.