module Analyzer::Java::Helper

Overview

Shared helpers for the JVM-Java framework analyzers. Kept framework-agnostic so each analyzer can reuse the common path/string conventions without duplicating them.

Extended Modules

Defined in:

analyzer/analyzers/java/java_helper.cr

Instance Method Summary

Instance Method Detail

def join_paths(prefix : String, suffix : String) : String #

[View source]