Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getGrammarFileByPath (0.14 sec)

  1. platforms/software/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/antlr2/XRef.java

         * Locate the grammar file metadata by grammar file path.
         *
         * @param path The grammar file path.
         * @return The grammar file metadata.  May be null if none found.
         */
        public GrammarFileMetadata getGrammarFileByPath(String path) {
            return filesByPath.get(path);
        }
    
        /**
         * Locate the grammar file metadata by the name of a class generated from one of its included grammars.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 14:52:10 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top