Class Grammar

    • Method Detail

      • fromStorageId

        public static Grammar fromStorageId​(String id)
        Creates a Grammar from its storage Id. Creating a grammar from a storage ID is only usable in specific scenarios and is not generally possible.
        Parameters:
        id - The Id of the grammar
        Returns:
        Grammar associated with the given Id.
      • close

        public void close()
        Dispose of associated resources.
        Specified by:
        close in interface AutoCloseable
      • getImpl

        public SafeHandle getImpl()
        Returns the internal grammar instance
        Returns:
        The internal grammar instance