Rule
public struct Rule : GrammarElement, HasPosition, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let id: RuleId
-
Undocumented
Declaration
Swift
public let name: RuleName
-
Undocumented
Declaration
Swift
public let position: Position
-
Undocumented
Declaration
Swift
public let symbol: IndexedSymbolName
-
Undocumented
Declaration
Swift
public let body: [RuleBodyElem]
-
Declaration
Swift
public static func == (left: Rule, right: Rule) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Undocumented
Declaration
Swift
public func grammarComponents() -> [GrammarComponent]