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 godot-kotlin-symbol-processor-0.6.2-3.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
godot.annotation.processor.utils
├─ godot.annotation.processor.utils.LoggerWrapper.class - [JAR]
godot.annotation.processor.ext
├─ godot.annotation.processor.ext.KsAnnotationExtKt.class - [JAR]
├─ godot.annotation.processor.ext.KsClassDeclarationExtKt.class - [JAR]
├─ godot.annotation.processor.ext.KsFunctionDeclarationExtKt.class - [JAR]
├─ godot.annotation.processor.ext.KsPropertyDeclarationExtKt.class - [JAR]
├─ godot.annotation.processor.ext.KsTypeReferenceExtKt.class - [JAR]
├─ godot.annotation.processor.ext.KsValueParameterExtKt.class - [JAR]
godot.annotation.processor
├─ godot.annotation.processor.GodotKotlinSymbolProcessor.class - [JAR]
├─ godot.annotation.processor.GodotKotlinSymbolProcessorProvider.class - [JAR]
godot.annotation.processor.compiler
├─ godot.annotation.processor.compiler.CompilerDataProvider.class - [JAR]
├─ godot.annotation.processor.compiler.KtBinaryExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtCallExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtConstantExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtDotQualifiedExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtLambdaExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtNameReferenceExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtOperationReferenceExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtPrefixExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.KtStringTemplateExpressionExtractor.class - [JAR]
├─ godot.annotation.processor.compiler.PsiProvider.class - [JAR]
godot.annotation.processor.visitor
├─ godot.annotation.processor.visitor.RegistrationAnnotationVisitor.class - [JAR]