jar

nl.big-o : atr

Maven & Gradle

Jan 01, 2023
3 stars

ANTLR Tree Rewriter · Version 4 of ANTLR produces parse trees (contrary to abstract syntax trees). Depending on how your grammar is written, this can cause the parse tree to become large. This library might help compact the parse tree and adds the possibility to serialize the parse tree to JSON (and the other way around).

Table Of Contents

Latest Version

Download nl.big-o : atr JAR file - Latest Versions:

All Versions

Download nl.big-o : atr JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window atr-1.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

atr

├─ atr.TreeNode.class - [JAR]

├─ atr.TreeRewriter.class - [JAR]

Advertisement