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 xpand-0.7.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.internal.xpand2
├─ org.eclipse.internal.xpand2.GeneratorAdvice.class - [JAR]
├─ org.eclipse.internal.xpand2.NoSuchTemplateException.class - [JAR]
├─ org.eclipse.internal.xpand2.XpandCompilerIssue.class - [JAR]
├─ org.eclipse.internal.xpand2.XpandUtil.class - [JAR]
org.eclipse.internal.xpand2.model
├─ org.eclipse.internal.xpand2.model.AdvicedDefinition.class - [JAR]
├─ org.eclipse.internal.xpand2.model.Procedure.class - [JAR]
├─ org.eclipse.internal.xpand2.model.XpandAdvice.class - [JAR]
├─ org.eclipse.internal.xpand2.model.XpandDefinition.class - [JAR]
├─ org.eclipse.internal.xpand2.model.XpandResource.class - [JAR]
org.eclipse.internal.xpand2.ast
├─ org.eclipse.internal.xpand2.ast.AbstractDefinition.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.AbstractXpandVisitor.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.Advice.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.Definition.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.ErrorStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.ExpandStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.ExpressionStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.FileStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.ForEachStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.IfStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.ImportDeclaration.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.LetStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.ProtectStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.Statement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.StatementWithBody.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.Template.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.TextStatement.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.XpandAnalyzable.class - [JAR]
├─ org.eclipse.internal.xpand2.ast.XpandEvaluatable.class - [JAR]
org.eclipse.internal.xpand2.pr.util
├─ org.eclipse.internal.xpand2.pr.util.BASE64.class - [JAR]
├─ org.eclipse.internal.xpand2.pr.util.FSIO.class - [JAR]
├─ org.eclipse.internal.xpand2.pr.util.GenericFileFilter.class - [JAR]
org.eclipse.internal.xpand2.debug
├─ org.eclipse.internal.xpand2.debug.ExpandSpecial.class - [JAR]
├─ org.eclipse.internal.xpand2.debug.ForEachSpecial.class - [JAR]
├─ org.eclipse.internal.xpand2.debug.IfSpecial.class - [JAR]
├─ org.eclipse.internal.xpand2.debug.XpandElementAdapter.class - [JAR]
├─ org.eclipse.internal.xpand2.debug.XpandModelPresentation.class - [JAR]
org.eclipse.internal.xpand2.type
├─ org.eclipse.internal.xpand2.type.DefinitionType.class - [JAR]
├─ org.eclipse.internal.xpand2.type.IteratorType.class - [JAR]
├─ org.eclipse.internal.xpand2.type.XpandDefinitionImpl.class - [JAR]
├─ org.eclipse.internal.xpand2.type.XpandIterator.class - [JAR]
├─ org.eclipse.internal.xpand2.type.XpandTypesMetaModel.class - [JAR]
org.eclipse.xpand2
├─ org.eclipse.xpand2.Generator.class - [JAR]
├─ org.eclipse.xpand2.GeneratorAdvice.class - [JAR]
├─ org.eclipse.xpand2.NoSuchTemplateException.class - [JAR]
├─ org.eclipse.xpand2.XpandCompilerIssue.class - [JAR]
├─ org.eclipse.xpand2.XpandExecutionContext.class - [JAR]
├─ org.eclipse.xpand2.XpandExecutionContextImpl.class - [JAR]
├─ org.eclipse.xpand2.XpandFacade.class - [JAR]
├─ org.eclipse.xpand2.XpandUtil.class - [JAR]
org.eclipse.internal.xpand2.codeassist
├─ org.eclipse.internal.xpand2.codeassist.ExpandProposalComputer.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.FastAnalyzer.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.KeywordProposalComputer.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.LazyVar.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.NamespaceProposalComputer.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.StackElement.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.StatementProposalComputer.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.XpandPartition.class - [JAR]
├─ org.eclipse.internal.xpand2.codeassist.XpandTokens.class - [JAR]
org.eclipse.internal.xpand2.pr
├─ org.eclipse.internal.xpand2.pr.ProtectedRegion.class - [JAR]
├─ org.eclipse.internal.xpand2.pr.ProtectedRegionResolver.class - [JAR]
├─ org.eclipse.internal.xpand2.pr.ProtectedRegionResolverImpl.class - [JAR]
├─ org.eclipse.internal.xpand2.pr.ProtectedRegionSyntaxException.class - [JAR]
org.eclipse.internal.xpand2.parser
├─ org.eclipse.internal.xpand2.parser.XpandFactory.class - [JAR]
├─ org.eclipse.internal.xpand2.parser.XpandLexer.class - [JAR]
├─ org.eclipse.internal.xpand2.parser.XpandLocationAddingParser.class - [JAR]
├─ org.eclipse.internal.xpand2.parser.XpandParseFacade.class - [JAR]
├─ org.eclipse.internal.xpand2.parser.XpandParser.class - [JAR]
org.eclipse.xpand2.output
├─ org.eclipse.xpand2.output.BlankLineSkippingOutput.class - [JAR]
├─ org.eclipse.xpand2.output.FileHandle.class - [JAR]
├─ org.eclipse.xpand2.output.FileHandleImpl.class - [JAR]
├─ org.eclipse.xpand2.output.JavaBeautifier.class - [JAR]
├─ org.eclipse.xpand2.output.NoChangesVetoStrategy.class - [JAR]
├─ org.eclipse.xpand2.output.Outlet.class - [JAR]
├─ org.eclipse.xpand2.output.Output.class - [JAR]
├─ org.eclipse.xpand2.output.OutputImpl.class - [JAR]
├─ org.eclipse.xpand2.output.PostProcessor.class - [JAR]
├─ org.eclipse.xpand2.output.VetoException.class - [JAR]
├─ org.eclipse.xpand2.output.VetoStrategy.class - [JAR]
├─ org.eclipse.xpand2.output.VetoStrategy2.class - [JAR]
├─ org.eclipse.xpand2.output.XmlBeautifier.class - [JAR]