Uses of Class
org.languagetool.tools.Cache.ProtoResultCache.CachedResultMatch
Packages that use ProtoResultCache.CachedResultMatch
-
Uses of ProtoResultCache.CachedResultMatch in org.languagetool
Fields in org.languagetool with type parameters of type ProtoResultCache.CachedResultMatchModifier and TypeFieldDescriptionprivate final com.google.common.cache.Cache<InputSentence, List<ProtoResultCache.CachedResultMatch>> ResultCache.matchesCacheMethods in org.languagetool that return types with arguments of type ProtoResultCache.CachedResultMatchModifier and TypeMethodDescriptioncom.google.common.cache.Cache<InputSentence, List<ProtoResultCache.CachedResultMatch>> ResultCache.getMatchesCache()Method parameters in org.languagetool with type arguments of type ProtoResultCache.CachedResultMatchModifier and TypeMethodDescriptionintResultCache.MatchesWeigher.weigh(InputSentence sentence, List<ProtoResultCache.CachedResultMatch> matches) -
Uses of ProtoResultCache.CachedResultMatch in org.languagetool.tools.Cache
Fields in org.languagetool.tools.Cache declared as ProtoResultCache.CachedResultMatchModifier and TypeFieldDescriptionprivate static final ProtoResultCache.CachedResultMatchProtoResultCache.CachedResultMatch.DEFAULT_INSTANCEFields in org.languagetool.tools.Cache with type parameters of type ProtoResultCache.CachedResultMatchModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<ProtoResultCache.CachedResultMatch> ProtoResultCache.CachedResultMatch.PARSERMethods in org.languagetool.tools.Cache that return ProtoResultCache.CachedResultMatchModifier and TypeMethodDescriptionProtoResultCache.CachedResultMatch.Builder.build()ProtoResultCache.CachedResultMatch.Builder.buildPartial()ProtoResultCache.CachedResultMatch.getDefaultInstance()ProtoResultCache.CachedResultMatch.Builder.getDefaultInstanceForType()ProtoResultCache.CachedResultMatch.getDefaultInstanceForType()ProtoResultCache.CachedResultMatch.parseDelimitedFrom(InputStream input) ProtoResultCache.CachedResultMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoResultCache.CachedResultMatch.parseFrom(byte[] data) ProtoResultCache.CachedResultMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoResultCache.CachedResultMatch.parseFrom(com.google.protobuf.ByteString data) ProtoResultCache.CachedResultMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoResultCache.CachedResultMatch.parseFrom(com.google.protobuf.CodedInputStream input) ProtoResultCache.CachedResultMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoResultCache.CachedResultMatch.parseFrom(InputStream input) ProtoResultCache.CachedResultMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoResultCache.CachedResultMatch.parseFrom(ByteBuffer data) ProtoResultCache.CachedResultMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CacheUtils.serializeResultMatch(RuleMatch ruleMatch) Methods in org.languagetool.tools.Cache that return types with arguments of type ProtoResultCache.CachedResultMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ProtoResultCache.CachedResultMatch> ProtoResultCache.CachedResultMatch.getParserForType()static com.google.protobuf.Parser<ProtoResultCache.CachedResultMatch> ProtoResultCache.CachedResultMatch.parser()Methods in org.languagetool.tools.Cache with parameters of type ProtoResultCache.CachedResultMatchModifier and TypeMethodDescriptionprivate voidProtoResultCache.CachedResultMatch.Builder.buildPartial0(ProtoResultCache.CachedResultMatch result) private voidProtoResultCache.CachedResultMatch.Builder.buildPartialRepeatedFields(ProtoResultCache.CachedResultMatch result) static RuleMatchCacheUtils.deserializeResultMatch(ProtoResultCache.CachedResultMatch cachedResultMatch, AnalyzedSentence analyzedSentence) ProtoResultCache.CachedResultMatch.Builder.mergeFrom(ProtoResultCache.CachedResultMatch other) ProtoResultCache.CachedResultMatch.newBuilder(ProtoResultCache.CachedResultMatch prototype)