Module: Wool::SexpAnalysis::ParentAnnotation
- Extended by:
- BasicAnnotation
- Defined in:
- lib/wool/analysis/annotations/parent_annotation.rb
Overview
This is a simple inherited attribute applied to each node, giving a pointer to that node’s parent. That way AST traversal is easier.
Defined Under Namespace
Classes: Annotator