Sha256: 57c4dd6e00ec9056fc7578e0aaf5bf5b35b3ec6752ae9fa8ba7ef68a6d7f3e4e
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
module Antlr4ruby class PredictionContextCache attr_reader :cache def add(ctx) # todo end def get(ctx) # todo end def size cache.length end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antlr4ruby-0.1.0 | lib/antlr4ruby/atn/context/prediction_context_cache.rb |