Class: Ibex::Runtime::CST::SyntaxAnnotation

Inherits:
Object
  • Object
show all
Defined in:
lib/json5/generated_parser.rb

Overview

Opaque identity used to track a syntax occurrence across path-copying edits.

Instance Method Summary collapse

Constructor Details

#initializeSyntaxAnnotation

Returns a new instance of SyntaxAnnotation.

RBS:

  • () -> void



273
274
275
# File 'lib/json5/generated_parser.rb', line 273

def initialize
  freeze
end