Sha256: f9cc00cb12f2bc4c83ffcaa70b39beaa0caa95943885cbc6168de40f1e604d77
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
module Antlr4ruby class PredictionContextCache attr_reader cache: Hash[PredictionContext, PredictionContext] def add: (PredictionContext) -> PredictionContext def get: (PredictionContext) -> PredictionContext def size: -> Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antlr4ruby-0.1.0 | sig/antlr4ruby/atn/context/prediction_context_cache.rbs |