Sha256: 02ed475fd1aa670170382f09546879dcc2aa806a569199b474b2e2b52ed60a50
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
module Antlr4ruby class ATNConfig SUPPRESS_PRECEDENCE_FILTER: Integer attr_reader alt: Integer attr_accessor context: PredictionContext attr_accessor reaches_into_outer_context: Integer attr_reader semantic_context: SemanticContext attr_reader state: ATNState def get_outer_context_depth: -> Integer def is_precedence_filter_suppressed: -> bool def set_precedence_filter_suppressed: (bool) -> void def eql?: (Object) -> bool def to_s: (recognizer: Recognizer[untyped, untyped]?, show_alt: bool) -> String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antlr4ruby-0.1.0 | sig/antlr4ruby/atn/config/atn_config.rbs |