Class CacheBasedConflictFinder


  • public class CacheBasedConflictFinder
    extends Object
    Caches some field and nested type names
    • Method Detail

      • hasFieldConflict

        public boolean hasFieldConflict​(String name)
        returns true if the given name is a field name
      • hasNestedTypeConflict

        public boolean hasNestedTypeConflict​(String name)
        returns true if the given name is a nested type name
      • getSimpleName

        public String getSimpleName()