()
| 69 | |
| 70 | func (ls Anonymitifier) IsIdentifier() bool { return false } |
| 71 | func (ls Anonymitifier) GetToken() token.Token { return ls.Token } |
| 72 | |
| 73 | // BooleanExpression - TokenType of Expression that represent single boolean value |
| 74 | // |
no outgoing calls
no test coverage detected