jar

com.github.treepat : Treepat

Maven & Gradle

May 17, 2020
2 stars

Treepat · Treepat is a language to recognise patterns in trees in a similar way as regular expressions recognize patterns in strings. Treepat includes analogous operators to regex union, concatenation, and closure, which are extended to the notion of trees.

Table Of Contents

Latest Version

Download com.github.treepat : Treepat JAR file - Latest Versions:

All Versions

Download com.github.treepat : Treepat JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.2.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 Treepat-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.treepat.expression

├─ com.github.treepat.expression.TreepatExpression.class - [JAR]

com.github.treepat.extensions

├─ com.github.treepat.extensions.UtilsKt.class - [JAR]

com.github.treepat.expression.operators

├─ com.github.treepat.expression.operators.BreadthClosureFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.CheckFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.ChildFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.DepthClosureFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.DepthTermFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.DotFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.NodeFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.SiblingFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.UnionFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.VisitorFunctionKt.class - [JAR]

├─ com.github.treepat.expression.operators.VisitorFunctionResponse.class - [JAR]

├─ com.github.treepat.expression.operators.VisitorFunctionResponseFactory.class - [JAR]

├─ com.github.treepat.expression.operators.VisitorFunctionSimpleResponse.class - [JAR]

com.github.treepat.grammars.ast

├─ com.github.treepat.grammars.ast.ASTNode.class - [JAR]

├─ com.github.treepat.grammars.ast.ASTNodeFactoryKt.class - [JAR]

├─ com.github.treepat.grammars.ast.ASTNodesKt.class - [JAR]

├─ com.github.treepat.grammars.ast.BreadthClosure.class - [JAR]

├─ com.github.treepat.grammars.ast.Check.class - [JAR]

├─ com.github.treepat.grammars.ast.Child.class - [JAR]

├─ com.github.treepat.grammars.ast.DepthClosure.class - [JAR]

├─ com.github.treepat.grammars.ast.DepthTerm.class - [JAR]

├─ com.github.treepat.grammars.ast.Dot.class - [JAR]

├─ com.github.treepat.grammars.ast.Node.class - [JAR]

├─ com.github.treepat.grammars.ast.Sibling.class - [JAR]

├─ com.github.treepat.grammars.ast.Union.class - [JAR]

com.github.treepat.target_tree

├─ com.github.treepat.target_tree.MatchManager.class - [JAR]

├─ com.github.treepat.target_tree.TargetTree.class - [JAR]

├─ com.github.treepat.target_tree.TargetTreeNode.class - [JAR]

antlr.treepat

├─ antlr.treepat.TreepatBaseListener.class - [JAR]

├─ antlr.treepat.TreepatBaseVisitor.class - [JAR]

├─ antlr.treepat.TreepatLexer.class - [JAR]

├─ antlr.treepat.TreepatListener.class - [JAR]

├─ antlr.treepat.TreepatParser.class - [JAR]

├─ antlr.treepat.TreepatVisitor.class - [JAR]

com.github.treepat.grammars.antlr.treepat

├─ com.github.treepat.grammars.antlr.treepat.TreepatVisitorImplementation.class - [JAR]

├─ com.github.treepat.grammars.antlr.treepat.TreepatVisitorImplementationKt.class - [JAR]

com.github.treepat.target_tree.default_tree

├─ com.github.treepat.target_tree.default_tree.DefaultTargetTree.class - [JAR]

├─ com.github.treepat.target_tree.default_tree.DefaultTargetTreeNode.class - [JAR]

├─ com.github.treepat.target_tree.default_tree.MatchedResponse.class - [JAR]

com.github.treepat.grammars.antlr.tree_format

├─ com.github.treepat.grammars.antlr.tree_format.TreeFormatVisitorImplementation.class - [JAR]

antlr.tree_format

├─ antlr.tree_format.TreeFormatBaseListener.class - [JAR]

├─ antlr.tree_format.TreeFormatBaseVisitor.class - [JAR]

├─ antlr.tree_format.TreeFormatLexer.class - [JAR]

├─ antlr.tree_format.TreeFormatListener.class - [JAR]

├─ antlr.tree_format.TreeFormatParser.class - [JAR]

├─ antlr.tree_format.TreeFormatVisitor.class - [JAR]