Pos returns the position for logging the error specified by the ConsumeTrigger
()
| 50 | |
| 51 | // Pos returns the position for logging the error specified by the ConsumeTrigger |
| 52 | func (t *FullTrigger) Pos() token.Pos { |
| 53 | return t.Consumer.Pos() |
| 54 | } |
| 55 | |
| 56 | // Check is a boolean test that determines whether this FullTrigger should be triggered against the Annotation map `annMap` |
| 57 | func (t *FullTrigger) Check(annMap Map) bool { |
no outgoing calls