Class: Ibex::Runtime::CST::SyntaxAnnotation
- Inherits:
-
Object
- Object
- Ibex::Runtime::CST::SyntaxAnnotation
- Defined in:
- lib/ibex/runtime/cst/annotation.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.
10 11 12 |
# File 'lib/ibex/runtime/cst/annotation.rb', line 10 def initialize freeze end |