Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getBodyClassName (0.24 sec)

  1. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/internal/precompiled/PrecompiledGroovyScript.java

        String getPluginAdapterClassName() {
            return precompiledScriptClassName + "Plugin";
        }
    
        String getFirstPassClassName() {
            return firstPassSource.getClassName();
        }
    
        String getBodyClassName() {
            return scriptSource.getClassName();
        }
    
        HashCode getContentHash() {
            return scriptSource.getResource().getContentHash();
        }
    
        String getFileName() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top