Replies: 1 comment 1 reply
-
If you are looking for source, TestRig.java is under The class is part of the antlr4-VERSION.jar (replace VERSION) For example, antlr4-4.9.3.jar or antlr4-4.11.1.jar Also, in that case, it isn't deprecated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yes I know, it's in org.antlr.v4.runtime.misc.TestRig
Here's the javadoc: https://www.antlr.org/api/Java/org/antlr/v4/runtime/misc/TestRig.html
The description says "A proxy for the real org.antlr.v4.gui.TestRig that we moved to tool artifact from runtime."
And that's the end of the description.
But wait! It's Deprecated! In Java, that means don't use it, and they usually suggest a better way.
So, my question really is:
Where is the real TestRig? Is it called something else? Does it do anything else?
Beta Was this translation helpful? Give feedback.
All reactions