()
| 32 | // GetIdentifiers - Return array for all Identifiers within expression |
| 33 | type Expression interface { |
| 34 | GetIdentifiers() []Identifier |
| 35 | } |
| 36 | |
| 37 | // Tifier - Interface that represent Token with string value |
no outgoing calls
no test coverage detected