Class: Ibex::Runtime::CST::SyntaxAnnotation
- Inherits:
-
Object
- Object
- Ibex::Runtime::CST::SyntaxAnnotation
- Defined in:
- lib/json5/generated_parser.rb
Overview
Opaque identity used to track a syntax occurrence across path-copying edits.
Instance Method Summary collapse
-
#initialize ⇒ SyntaxAnnotation
constructor
A new instance of SyntaxAnnotation.
Constructor Details
#initialize ⇒ SyntaxAnnotation
Returns a new instance of SyntaxAnnotation.
273 274 275 |
# File 'lib/json5/generated_parser.rb', line 273 def initialize freeze end |