Class TypeResolverPostProcessor

    • Constructor Detail

      • TypeResolverPostProcessor

        public TypeResolverPostProcessor()
    • Method Detail

      • createScopeLookupList

        public static Deque<String> createScopeLookupList​(UserTypeContainer container)
        Create a lookup list for reference resolution.

        Type name resolution in the protocol buffer language works like C++: first the innermost scope is searched, then the next-innermost, and so on, with each package considered to be "inner" to its parent package.