Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
Lines []string
EngineParts []EnginePart
TotalSymbols int
}
func NewAnalyzer ¶
func (*Analyzer) EnginePartsNearPosition ¶
func (a *Analyzer) EnginePartsNearPosition(row, col int) []EnginePart
func (*Analyzer) FindGearRatios ¶
type EnginePart ¶
func (*EnginePart) IsNearPosition ¶
func (p *EnginePart) IsNearPosition(row, col int) bool
Click to show internal directories.
Click to hide internal directories.