View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window twirl-1.0.33.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atomgraph.spinrdf.model.update.impl
├─ com.atomgraph.spinrdf.model.update.impl.UpdateImpl.class - [JAR]
com.atomgraph.spinrdf.constraints
├─ com.atomgraph.spinrdf.constraints.ConstraintViolation.class - [JAR]
├─ com.atomgraph.spinrdf.constraints.ObjectPropertyPath.class - [JAR]
├─ com.atomgraph.spinrdf.constraints.SPINConstraints.class - [JAR]
├─ com.atomgraph.spinrdf.constraints.SimplePropertyPath.class - [JAR]
├─ com.atomgraph.spinrdf.constraints.SubjectPropertyPath.class - [JAR]
com.atomgraph.spinrdf.model
├─ com.atomgraph.spinrdf.model.Argument.class - [JAR]
├─ com.atomgraph.spinrdf.model.Command.class - [JAR]
├─ com.atomgraph.spinrdf.model.Query.class - [JAR]
├─ com.atomgraph.spinrdf.model.Template.class - [JAR]
├─ com.atomgraph.spinrdf.model.TemplateCall.class - [JAR]
com.atomgraph.spinrdf.model.impl
├─ com.atomgraph.spinrdf.model.impl.ArgumentImpl.class - [JAR]
├─ com.atomgraph.spinrdf.model.impl.CommandImpl.class - [JAR]
├─ com.atomgraph.spinrdf.model.impl.QueryImpl.class - [JAR]
├─ com.atomgraph.spinrdf.model.impl.TemplateCallImpl.class - [JAR]
├─ com.atomgraph.spinrdf.model.impl.TemplateImpl.class - [JAR]
com.atomgraph.spinrdf.vocabulary
├─ com.atomgraph.spinrdf.vocabulary.SP.class - [JAR]
├─ com.atomgraph.spinrdf.vocabulary.SPIN.class - [JAR]
├─ com.atomgraph.spinrdf.vocabulary.SPL.class - [JAR]
com.atomgraph.spinrdf.model.update
├─ com.atomgraph.spinrdf.model.update.Update.class - [JAR]