func (this VarID) Accept(visitor interfaces.Visitor, context interface{}) interface{} {
	return visitor.VisitVarID(this, context)
}